Skip to content

Commit cb3839f

Browse files
committed
Suppress 2 CVEs that appear to be false positives: CVE-2024-29131 & CVE-2024-29133
1 parent 036b83a commit cb3839f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

suppressions.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,20 @@
4545
]]></notes>
4646
<cve>CVE-2017-10355</cve>
4747
</suppress>
48-
48+
<suppress>
49+
<notes><![CDATA[
50+
FP per Depencency Check GitHub Issue #6704
51+
pkg:maven/commons-configuration/[email protected]
52+
]]></notes>
53+
<sha1>2b36e4adfb66d966c5aef2d73deb6be716389dc9</sha1>
54+
<vulnerabilityName>CVE-2024-29131</vulnerabilityName>
55+
</suppress>
56+
<suppress>
57+
<notes><![CDATA[
58+
FP per Depencency Check GitHub Issue #6704
59+
pkg:maven/commons-configuration/[email protected]
60+
]]></notes>
61+
<sha1>2b36e4adfb66d966c5aef2d73deb6be716389dc9</sha1>
62+
<vulnerabilityName>CVE-2024-29133</vulnerabilityName>
63+
</suppress>
4964
</suppressions>

0 commit comments

Comments
 (0)