Skip to content

Commit 4eb74d7

Browse files
authored
JCL-468: Suppress CVE-2024-22262 (#1158)
1 parent b4ab7be commit 4eb74d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,11 @@
4141
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\-.*@.*$</packageUrl>
4242
<vulnerabilityName>CVE-2023-44487</vulnerabilityName>
4343
</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>
4451
</suppressions>

0 commit comments

Comments
 (0)