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 f0a2c9e commit 854115fCopy full SHA for 854115f
build-tools/owasp/suppressions.xml
@@ -55,4 +55,12 @@
55
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
56
<cve>CVE-2025-1948</cve>
57
</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>
66
</suppressions>
0 commit comments