Skip to content

Commit 3e489d4

Browse files
NSeydouxacoburn
andauthored
Extend OWASP suppressions by three months (#2267)
* Extend OWASP suppressions by three months This extends the OWASP suppressions that expired recently, to be checked against in three months. * Add CVE-2025-5115 to suppressions * Update spring dependencies --------- Co-authored-by: Aaron Coburn <aaronc@inrupt.com>
1 parent bfb89a3 commit 3e489d4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,36 @@
3838
</suppress>
3939

4040
<!-- Suppressed vulnerabilities. These need monthly review. -->
41-
<suppress until="2025-08-10Z">
41+
<suppress until="2025-11-10Z">
4242
<notes><![CDATA[
4343
This vulnerability affects a transitive dependency of the test module but is not relevant
4444
for how it is used in the context of the Java Client Libraries.
4545
]]></notes>
4646
<packageUrl regex="true">^pkg:maven/net\.minidev/json-smart@.*$</packageUrl>
4747
<vulnerabilityName>CVE-2024-57699</vulnerabilityName>
4848
</suppress>
49-
<suppress until="2025-08-10Z">
49+
<suppress until="2025-11-10Z">
5050
<notes><![CDATA[
5151
This vulnerability affects a transitive dependency of the test module but is not relevant
5252
for how it is used in the context of the Java Client Libraries.
5353
]]></notes>
5454
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
5555
<cve>CVE-2024-6763</cve>
5656
</suppress>
57-
<suppress until="2025-08-10Z">
57+
<suppress until="2025-11-10Z">
5858
<notes><![CDATA[
5959
This vulnerability affects a transitive dependency of the test module but is not relevant
6060
for how it is used in the context of the Java Client Libraries.
6161
]]></notes>
6262
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
6363
<cve>CVE-2025-1948</cve>
6464
</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>
6573
</suppressions>

spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework</groupId>
9797
<artifactId>spring-web</artifactId>
98-
<version>6.2.9</version>
98+
<version>6.2.10</version>
9999
<scope>provided</scope>
100100
</dependency>
101101
</dependencies>
@@ -107,7 +107,7 @@
107107
<jdk>[17,)</jdk>
108108
</activation>
109109
<properties>
110-
<spring.security.version>6.5.2</spring.security.version>
110+
<spring.security.version>6.5.3</spring.security.version>
111111
</properties>
112112
</profile>
113113
</profiles>

0 commit comments

Comments
 (0)