Skip to content

Commit

Permalink
Fixed typo that stopped solution from populating in nucleus
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Kuffer committed Oct 1, 2019
1 parent 07d128c commit 0ee9a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whitesource/whitesource_xml_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def customParser(inputPath, outputPath):

csvwriter = csv.writer(csvfile, delimiter=',')

csvwriter.writerow(['nucleus_import_version', 'host_name', 'scan_type', 'scan_tool', 'finding_type', 'finding_cve', 'finding_number', 'finding_name', 'finding_severity', 'finding_description', 'finding_solution', 'finding_output', 'finding_path', 'finding_result'])
csvwriter.writerow(['nucleus_import_version', 'host_name', 'scan_type', 'scan_tool', 'finding_type', 'finding_cve', 'finding_number', 'finding_name', 'finding_severity', 'finding_description', 'finding_recommendation', 'finding_output', 'finding_path', 'finding_result'])

# Used to verify paths and differentiate between two of the same tag
path = []
Expand Down

0 comments on commit 0ee9a3c

Please sign in to comment.