Skip to content

Commit f0a2c9e

Browse files
committed
Adjust owasp suppressions
1 parent e999509 commit f0a2c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
</suppress>
3232

3333
<!-- Suppressed vulnerabilities. These need monthly review. -->
34-
<suppress until="2025-08-10Z">
34+
<suppress until="2025-11-10Z">
3535
<notes><![CDATA[
3636
This vulnerability affects a transitive dependency of the test module but is not relevant
3737
for how it is used in the context of the Java Client Libraries.
3838
]]></notes>
3939
<packageUrl regex="true">^pkg:maven/net\.minidev/json-smart@.*$</packageUrl>
4040
<vulnerabilityName>CVE-2024-57699</vulnerabilityName>
4141
</suppress>
42-
<suppress until="2025-08-10Z">
42+
<suppress until="2025-11-10Z">
4343
<notes><![CDATA[
4444
This vulnerability affects a transitive dependency of the test module but is not relevant
4545
for how it is used in the context of the Java Client Libraries.
4646
]]></notes>
4747
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
4848
<cve>CVE-2024-6763</cve>
4949
</suppress>
50-
<suppress until="2025-08-10Z">
50+
<suppress until="2025-11-10Z">
5151
<notes><![CDATA[
5252
This vulnerability affects a transitive dependency of the test module but is not relevant
5353
for how it is used in the context of the Java Client Libraries.

0 commit comments

Comments
 (0)