We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd6c6b commit 047bab6Copy full SHA for 047bab6
1 file changed
build-tools/owasp/suppressions.xml
@@ -62,4 +62,12 @@
62
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
63
<cve>CVE-2025-1948</cve>
64
</suppress>
65
+ <suppress until="2025-11-10Z">
66
+ <notes><![CDATA[
67
+ This vulnerability affects a transitive dependency of the test module but is not relevant
68
+ for how it is used in the context of the Java Client Libraries.
69
+ ]]></notes>
70
+ <packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
71
+ <cve>CVE-2025-5115</cve>
72
+ </suppress>
73
</suppressions>
0 commit comments