Skip to content

Commit cee8c16

Browse files
committed
Adjust dependency check suppressions
1 parent 465ffc7 commit cee8c16

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build-tools/dependency-check/dependency-check-suppression.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,16 @@
2727
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson-databind@.*$</packageUrl>
2828
<vulnerabilityName>CVE-2023-35116</vulnerabilityName>
2929
</suppress>
30+
<suppress>
31+
<notes><![CDATA[
32+
This CVE does not apply because this CVE refers to an unrelated project.
33+
]]></notes>
34+
<vulnerabilityName>CVE-2022-4244</vulnerabilityName>
35+
</suppress>
36+
<suppress>
37+
<notes><![CDATA[
38+
This CVE does not apply because this CVE refers to an unrelated project.
39+
]]></notes>
40+
<vulnerabilityName>CVE-2022-4245</vulnerabilityName>
41+
</suppress>
3042
</suppressions>

0 commit comments

Comments
 (0)