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 b4ab7be commit 4eb74d7Copy full SHA for 4eb74d7
build-tools/owasp/suppressions.xml
@@ -41,4 +41,11 @@
41
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\-.*@.*$</packageUrl>
42
<vulnerabilityName>CVE-2023-44487</vulnerabilityName>
43
</suppress>
44
+ <suppress until="2024-06-12Z">
45
+ <notes><![CDATA[
46
+ This vulnerability impacts the `UriComponentsBuilder` class, which we are not using.
47
+ ]]></notes>
48
+ <packageUrl regex="true">^pkg:maven/org\.springframework/spring-.*@.*$</packageUrl>
49
+ <vulnerabilityName>CVE-2024-22262</vulnerabilityName>
50
+ </suppress>
51
</suppressions>
0 commit comments