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 77fb3ea commit 18886aeCopy full SHA for 18886ae
etc/owasp-suppressions.xml
@@ -14,4 +14,18 @@
14
<packageUrl regex="true">^pkg:maven/com\.lowagie/itext@.*$</packageUrl>
15
<vulnerabilityName>CVE-2021-43113</vulnerabilityName>
16
</suppress>
17
+ <suppress>
18
+ <notes><![CDATA[
19
+ file name: log4j-api-2.17.0.jar
20
+ ]]></notes>
21
+ <packageUrl regex="true">^pkg:maven/org\.apache\.logging\.log4j/log4j\-api@.*$</packageUrl>
22
+ <cve>CVE-2021-44832</cve>
23
+ </suppress>
24
25
26
+ file name: log4j-to-slf4j-2.17.0.jar
27
28
+ <packageUrl regex="true">^pkg:maven/org\.apache\.logging\.log4j/log4j\-to\-slf4j@.*$</packageUrl>
29
30
31
</suppressions>
0 commit comments