We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1ba17 commit 3e8f041Copy full SHA for 3e8f041
1 file changed
dojo/tools/hcl_appscan/parser.py
@@ -38,6 +38,7 @@ def get_findings(self, file, test):
38
for finding in report:
39
title = ""
40
description = ""
41
+ cwe = 0
42
for item in finding:
43
match item.tag:
44
case "severity":
0 commit comments