Skip to content

Commit 854115f

Browse files
committed
Adjust OWASP configuration
1 parent f0a2c9e commit 854115f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,12 @@
5555
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
5656
<cve>CVE-2025-1948</cve>
5757
</suppress>
58+
<suppress until="2025-11-10Z">
59+
<notes><![CDATA[
60+
This vulnerability affects a transitive dependency of the test module but is not relevant
61+
for how it is used in the context of the Java Client Libraries.
62+
]]></notes>
63+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
64+
<cve>CVE-2025-5115</cve>
65+
</suppress>
5866
</suppressions>

0 commit comments

Comments
 (0)