Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
[Crowdstrike] Fix "'FetchedReport' not subscriptable" errors (OpenCTI…
Browse files Browse the repository at this point in the history
  • Loading branch information
Powlinett authored Sep 23, 2024
1 parent 47abe92 commit b191c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def _create_reports(self, objects: List[_DomainObject]) -> List[STIXReport]:

for indicator_report in self.indicator_reports:
report = self._create_report(
indicator_report["report"], indicator_report["files"], objects
indicator_report.report, indicator_report.files, objects
)
reports.append(report)

Expand Down

0 comments on commit b191c83

Please sign in to comment.