Skip to content

Commit

Permalink
#50 #23 fix summary() return
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 10, 2017
1 parent 47b1144 commit 349d0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/CuckooSandbox/cuckoosandbox_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def summary(self, raw):
taxonomies.append(self.build_taxonomy(level, namespace, predicate, result["malscore"]))
taxonomies.append(self.build_taxonomy(level, namespace, "Malfamily", result["malfamily"]))

return taxonomies
return {"taxonomies": taxonomies}

def run(self):
Analyzer.run(self)
Expand Down

0 comments on commit 349d0d9

Please sign in to comment.