Skip to content

Commit 8a39256

Browse files
committed
Pull request #197: Suppressed false/positive CVEs.
Merge in ITB/itb-commons from development to master * commit 'e8755b109e7fefa46cf1a3ebebf1d6a5faf926f5': Suppressed false/positive CVEs.
2 parents 9d8edf2 + e8755b1 commit 8a39256

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

owasp-suppressions/src/main/resources/eu/europa/ec/itb/owasp-suppressions.xml

+7
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,11 @@
7777
<packageUrl regex="true">^pkg:maven/org\.bouncycastle/bcprov\-jdk18on@.*$</packageUrl>
7878
<vulnerabilityName>CVE-2023-33201</vulnerabilityName>
7979
</suppress>
80+
<suppress>
81+
<notes><![CDATA[
82+
file name: jackson-databind-2.15.2.jar
83+
]]></notes>
84+
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
85+
<cve>CVE-2023-35116</cve>
86+
</suppress>
8087
</suppressions>

0 commit comments

Comments
 (0)