We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdf3fa commit 0820dc9Copy full SHA for 0820dc9
dojo/tools/pip_audit/parser.py
@@ -89,7 +89,7 @@ def get_item_findings(item, test):
89
finding = Finding(
90
test=test,
91
title=title,
92
- cwe=1352,
+ cwe=1395,
93
severity="Medium",
94
description=description,
95
mitigation=mitigation,
0 commit comments