From 92d90e8e1ca21db892759c3c0759efdd6a338266 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 23 Jul 2019 09:42:10 +0200 Subject: [PATCH] add: TODO comment for the next improvement --- misp_modules/modules/expansion/virustotal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misp_modules/modules/expansion/virustotal.py b/misp_modules/modules/expansion/virustotal.py index 1839bb3..d962691 100644 --- a/misp_modules/modules/expansion/virustotal.py +++ b/misp_modules/modules/expansion/virustotal.py @@ -15,6 +15,8 @@ moduleinfo = {'version': '4', 'author': 'Hannah Ward', moduleconfig = ["apikey"] +# TODO: Parse the report with a private API key to be able to get more advanced results from a query with 'allinfo' set to True + class VirusTotalParser(object): def __init__(self, apikey): self.apikey = apikey