Suppress false positive security vulnerability

This commit is contained in:
Andreas Svanberg 2022-07-25 20:31:40 +02:00
parent a73f273ea7
commit 1174676038

@ -26,4 +26,11 @@
<packageUrl regex="true">^pkg:maven/org\.apache\.logging\.log4j/log4j\-.*@.*$</packageUrl>
<cve>CVE-2022-33915</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive from some Python library.
file name: querydsl-core-5.0.0.jar
]]></notes>
<cve>CVE-2022-31548</cve>
</suppress>
</suppressions>