add: TODO comment for the next improvement

pull/322/head
chrisr3d 2019-07-23 09:42:10 +02:00
parent 3e5b829bc5
commit 92d90e8e1c
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ moduleinfo = {'version': '4', 'author': 'Hannah Ward',
moduleconfig = ["apikey"] 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): class VirusTotalParser(object):
def __init__(self, apikey): def __init__(self, apikey):
self.apikey = apikey self.apikey = apikey