We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f6d44 + ba1c3d6 commit bfecf38Copy full SHA for bfecf38
1 file changed
dependencyCheckSuppression.xml
@@ -363,5 +363,14 @@
363
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat-catalina@.*$</packageUrl>
364
<vulnerabilityName>CVE-2024-56337</vulnerabilityName>
365
</suppress>
366
+
367
+ <!-- We don't use the sun.io.useCanonCaches setting referenced by this CVE. -->
368
+ <suppress>
369
+ <notes><![CDATA[
370
+ file name: tomcat-catalina-10.1.34.jar
371
+ ]]></notes>
372
+ <packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat-catalina@.*$</packageUrl>
373
+ <vulnerabilityName>CVE-2024-56337</vulnerabilityName>
374
+ </suppress>
375
</suppressions>
376
0 commit comments