Skip to content

Commit 0820dc9

Browse files
committed
defaulting to cwe 1395
1 parent 8fdf3fa commit 0820dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/tools/pip_audit/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_item_findings(item, test):
8989
finding = Finding(
9090
test=test,
9191
title=title,
92-
cwe=1352,
92+
cwe=1395,
9393
severity="Medium",
9494
description=description,
9595
mitigation=mitigation,

0 commit comments

Comments
 (0)