Temporary disabing VirusTotal lookup because of API issues

This commit is contained in:
Nex 2022-01-28 22:25:21 +01:00
parent c3acc95e9e
commit 10a640d3f7
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ def get_virustotal_report(hashes):
def virustotal_lookup(packages):
# NOTE: This is temporary, until we resolved the issue.
log.error("Unfortunately VirusTotal lookup is disabled until further notice, due to unresolved issues with the API service.")
return
log.info("Looking up all extracted files on VirusTotal (www.virustotal.com)")
unique_hashes = []