Suppress jackson-databind CVE-2022-42003 and CVE-2022-42004

This commit is contained in:
Kashif Faraz 2022-10-20 21:37:25 +05:30
parent 4ffdea9014
commit 1f4d892c9a
1 changed files with 11 additions and 0 deletions

View File

@ -88,6 +88,17 @@
<packageUrl regex="true">^pkg:maven/net\.minidev/accessors\-smart@.*$</packageUrl>
<cve>CVE-2021-27568</cve>
</suppress>
<suppress>
<!--
Suppressing for patch release 24.0.1
-->
<notes><![CDATA[
file name: jackson-databind-2.10.5.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2022-42003</cve>
<cve>CVE-2022-42004</cve>
</suppress>
<suppress>