From 07d128c52af7e1f0e05e8642b5395878046e777b Mon Sep 17 00:00:00 2001 From: Scott Kuffer Date: Wed, 18 Sep 2019 14:39:13 -0400 Subject: [PATCH] Fixed typo for finding name --- bandit/bandit_json_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandit/bandit_json_parse.py b/bandit/bandit_json_parse.py index 3468c99..bfe245d 100644 --- a/bandit/bandit_json_parse.py +++ b/bandit/bandit_json_parse.py @@ -123,7 +123,7 @@ def parse_json(outputPath, asset_info, vuln_data, scan_date): finding_details_dict = {} # Get the vulnerability name - finding_details_dict['finding_name'] = "Brakeman test failure: " + str(vuln['test_id']) + "-" + str(vuln["test_name"]) + finding_details_dict['finding_name'] = "Bandit test failure: " + str(vuln['test_id']) + "-" + str(vuln["test_name"]) # Get the finding path to the file which has this issue # Use this info for determining asset