From 45e23985d3371dec667bf10675f717e45ef81350 Mon Sep 17 00:00:00 2001 From: Quim Date: Wed, 10 Apr 2019 11:25:28 +0200 Subject: [PATCH] added comment --- vulnwhisp/frameworks/qualys_web.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vulnwhisp/frameworks/qualys_web.py b/vulnwhisp/frameworks/qualys_web.py index 540d70f..4e50c5f 100644 --- a/vulnwhisp/frameworks/qualys_web.py +++ b/vulnwhisp/frameworks/qualys_web.py @@ -143,7 +143,8 @@ class qualysWhisperAPI(object): E.name(''), E.description(''), E.format('CSV'), - #E.type('WAS_SCAN_REPORT'), + #type is not needed, as the template already has it + E.type('WAS_SCAN_REPORT'), E.template( E.id(self.template_id) ),