Update to requirements.txt
This commit is contained in:
@ -3,3 +3,4 @@ setuptools==0.9.8
|
|||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
Requests==2.18.3
|
Requests==2.18.3
|
||||||
qualysapi==4.1.0
|
qualysapi==4.1.0
|
||||||
|
lxml==4.1.1
|
@ -461,7 +461,7 @@ class vulnWhispererQualys(vulnWhispererBase):
|
|||||||
status = self.qualys_scan.qw.create_report(report_id)
|
status = self.qualys_scan.qw.create_report(report_id)
|
||||||
root = objectify.fromstring(status)
|
root = objectify.fromstring(status)
|
||||||
if root.responseCode == 'SUCCESS':
|
if root.responseCode == 'SUCCESS':
|
||||||
print('{info} - Successfully generated report for webapp: %s'.format(info=bcolors.INFO) \
|
print('{info} - Successfully generated report! ID: %s'.format(info=bcolors.INFO) \
|
||||||
% report_id)
|
% report_id)
|
||||||
generated_report_id = root.data.Report.id
|
generated_report_id = root.data.Report.id
|
||||||
print('{info} - New Report ID: %s'.format(info=bcolors.INFO) \
|
print('{info} - New Report ID: %s'.format(info=bcolors.INFO) \
|
||||||
|
Reference in New Issue
Block a user