Addition of VulnWhisperer-Qualys logstash files

This commit is contained in:
Austin Taylor
2017-12-30 20:21:08 -05:00
parent d7fc63c952
commit bec9cdd4d0
3 changed files with 148 additions and 2 deletions

View File

@ -589,7 +589,6 @@ class vulnWhispererQualys(vulnWhispererBase):
for app in self.scans_to_process.iterrows():
counter += 1
r = app[1]
print('Processing %s/%s' % (counter, len(self.scans_to_process)))
self.whisper_reports(report_id=r['id'],
launched_date=r['launchedDate'],