Skip to content

Commit 3e8f041

Browse files
🐛 fix missing CWE in HCL Appscan (#12469)
1 parent 9d1ba17 commit 3e8f041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dojo/tools/hcl_appscan/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def get_findings(self, file, test):
3838
for finding in report:
3939
title = ""
4040
description = ""
41+
cwe = 0
4142
for item in finding:
4243
match item.tag:
4344
case "severity":

0 commit comments

Comments
 (0)