Skip to content

Commit

Permalink
#389 update predicate and adapt it to analyzer's flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard authored and To-om committed Feb 11, 2019
1 parent fe677c2 commit f5b413e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion analyzers/VirusTotal/virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ def summary(self, raw):
taxonomies = []
level = "info"
namespace = "VT"
predicate = "Score"
predicate = "GetReport"
value = "0"

if self.service == "scan":
predicate = "Scan"

result = {
"has_result": True
}
Expand Down

0 comments on commit f5b413e

Please sign in to comment.