We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af5348 + 75a08a5 commit 4d54424Copy full SHA for 4d54424
owasp-suppressions/src/main/resources/eu/europa/ec/itb/owasp-suppressions.xml
@@ -175,4 +175,11 @@
175
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-webmvc@.*$</packageUrl>
176
<vulnerabilityName>CVE-2024-38819</vulnerabilityName>
177
</suppress>
178
+ <suppress>
179
+ <notes><![CDATA[
180
+ file name: spring-context-6.1.13.jar
181
+ ]]></notes>
182
+ <packageUrl regex="true">^pkg:maven/org\.springframework/spring-context@.*$</packageUrl>
183
+ <vulnerabilityName>CVE-2024-38820</vulnerabilityName>
184
+ </suppress>
185
</suppressions>
0 commit comments