Skip to content

Commit

Permalink
Fix stix_bundle connector results translation (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdazam1942 authored Jul 27, 2023
1 parent f7b6f2a commit 3272270
Show file tree
Hide file tree
Showing 4 changed files with 174,147 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ResultsTranslator(BaseResultTranslator):

def read_json(self, filepath, options):
return '{}'
return {}

def translate_results(self, data_source, data):
# Wrap data in a STIX bundle and insert the data_source identity object as the first object
Expand Down
Loading

0 comments on commit 3272270

Please sign in to comment.