Skip to content

Commit 98b1989

Browse files
author
raghunath24
committed
modified the vulnerability naming convention for easy reading
1 parent f9a686d commit 98b1989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/tools/goast/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, filename, test):
1818
group = ''
1919
status = ''
2020

21-
title = "Vulnerabiliy: " + item["details"] + " RuleID: " + item["rule_id"]
21+
title = item["details"] + "- " + item["rule_id"]
2222

2323
###### Finding details information ######
2424
findingdetail += "Filename: " + item["file"] + "\n"

0 commit comments

Comments
 (0)