We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465ffc7 commit cee8c16Copy full SHA for cee8c16
build-tools/dependency-check/dependency-check-suppression.xml
@@ -27,4 +27,16 @@
27
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson-databind@.*$</packageUrl>
28
<vulnerabilityName>CVE-2023-35116</vulnerabilityName>
29
</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
37
38
39
40
+ <vulnerabilityName>CVE-2022-4245</vulnerabilityName>
41
42
</suppressions>
0 commit comments