We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a686d commit 98b1989Copy full SHA for 98b1989
dojo/tools/goast/parser.py
@@ -18,7 +18,7 @@ def __init__(self, filename, test):
18
group = ''
19
status = ''
20
21
- title = "Vulnerabiliy: " + item["details"] + " RuleID: " + item["rule_id"]
+ title = item["details"] + "- " + item["rule_id"]
22
23
###### Finding details information ######
24
findingdetail += "Filename: " + item["file"] + "\n"
0 commit comments