We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b82ff commit 0983819Copy full SHA for 0983819
owasp-suppressions/src/main/resources/eu/europa/ec/itb/owasp-suppressions.xml
@@ -182,4 +182,11 @@
182
<packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@.*$</packageUrl>
183
<vulnerabilityName>CVE-2024-38820</vulnerabilityName>
184
</suppress>
185
+ <suppress>
186
+ <notes><![CDATA[
187
+ file name: spring-security-web-6.3.3.jar
188
+ ]]></notes>
189
+ <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring-security-web@.*$</packageUrl>
190
+ <vulnerabilityName>CVE-2024-38821</vulnerabilityName>
191
+ </suppress>
192
</suppressions>
0 commit comments