From d1d679b12fa3fd39141543b7e966173ea3485e26 Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Fri, 4 May 2018 10:03:58 -0400 Subject: [PATCH] Update vulnwhisp.py --- vulnwhisp/vulnwhisp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vulnwhisp/vulnwhisp.py b/vulnwhisp/vulnwhisp.py index cd50201..a9b5671 100755 --- a/vulnwhisp/vulnwhisp.py +++ b/vulnwhisp/vulnwhisp.py @@ -562,6 +562,7 @@ class vulnWhispererQualys(vulnWhispererBase): if output_format == 'json': with open(relative_path_name, 'w') as f: f.write(vuln_ready.to_json(orient='records', lines=True)) + f.write('\n') elif output_format == 'csv': vuln_ready.to_csv(relative_path_name, index=False, header=True) # add when timestamp occured