Skip to content

Commit 41d4c88

Browse files
labkey-tchadlabkey-susanh
authored andcommitted
Ignore CVE false-positive for spring-web 6.1.14 (#928)
Only 5.3.0 - 5.3.41 are affected: https://spring.io/security/cve-2024-38828
1 parent b4efed8 commit 41d4c88

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

dependencyCheckSuppression.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,15 @@
369369
</suppress>
370370
<!-- end of glassfish false positive suppressions -->
371371

372+
<!-- False positive. Only 5.3.0 - 5.3.41 are affected:
373+
https://spring.io/security/cve-2024-38828 -->
374+
<suppress>
375+
<notes><![CDATA[
376+
file name: spring-web-6.1.14.jar
377+
]]></notes>
378+
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-web@.*$</packageUrl>
379+
<vulnerabilityName>CVE-2024-38828</vulnerabilityName>
380+
</suppress>
372381
<!-- We don't use the sun.io.useCanonCaches setting referenced by this CVE. -->
373382
<suppress>
374383
<notes><![CDATA[

0 commit comments

Comments
 (0)