Skip to content

Commit da85338

Browse files
comment out setting cwe
1 parent f8901d6 commit da85338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dojo/tools/tenable/csv_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def get_findings(self, filename: str, test: Test):
128128
severity_justification += f"{field}: {row.get(field, 'N/A')}\n"
129129

130130
# cwe = parse_cwe_from_ref(row.get("XREF")) # parsing and storing the CWE would affect dedupe/hash_codes, commentint out for now
131-
cwe = 0
132131

133132
mitigation = str(row.get("Solution", row.get("definition.solution", row.get("Steps to Remediate", "N/A"))))
134133
impact = row.get("Description", row.get("definition.description", "N/A"))

0 commit comments

Comments
 (0)