#267 update wording

This commit is contained in:
Jérôme Leonard 2018-06-03 18:37:02 +02:00
parent 5effd8a056
commit 74dbb88496
No known key found for this signature in database
GPG Key ID: C5D0D898D56C3D9D

View File

@ -65,7 +65,7 @@ class VxStreamSandboxAnalyzer(Analyzer):
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}