Skip to content

Commit

Permalink
#267 update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 3, 2018
1 parent 5effd8a commit 74dbb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/HybridAnalysis/HybridAnalysis_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def summary(self, raw_report):
value = "\"No Specific Threat\""
else:
level = 'info'
value = "\"No threat found\""
value = "\"None\""

taxonomies.append(self.build_taxonomy(level, namespace, predicate, value))
return {"taxonomies": taxonomies}
Expand Down

0 comments on commit 74dbb88

Please sign in to comment.