Skip to content

Commit f1cf895

Browse files
committed
Merge 25.3 to 25.7
2 parents 5325ee9 + 544bef9 commit f1cf895

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

dependencyCheckSuppression.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,26 @@
226226
<packageUrl regex="true">^pkg:maven/org\.postgresql/postgresql@.*$</packageUrl>
227227
<vulnerabilityName>CVE-2025-49146</vulnerabilityName>
228228
</suppress>
229+
230+
<!-- Currently no update is available for the old commons-lang component, so we must suppress. -->
231+
<suppress>
232+
<notes><![CDATA[
233+
file name: commons-lang-2.6.jar
234+
]]></notes>
235+
<packageUrl regex="true">^pkg:maven/commons-lang/commons-lang@.*$</packageUrl>
236+
<vulnerabilityName>CVE-2025-48924</vulnerabilityName>
237+
</suppress>
238+
239+
<!--
240+
GSON is getting flagged for "Connect2id Nimbus JOSE + JWT before 10.0.2 allows a remote attacker
241+
to cause a denial of service via a deeply nested JSON object supplied in a JWT claim set, because of
242+
uncontrolled recursion." Seems like a case of mistaken identity, so suppress it.
243+
-->
244+
<suppress>
245+
<notes><![CDATA[
246+
file name: gson-2.8.9.jar
247+
]]></notes>
248+
<packageUrl regex="true">^pkg:maven/com\.google\.code\.gson/gson@.*$</packageUrl>
249+
<vulnerabilityName>CVE-2025-53864</vulnerabilityName>
250+
</suppress>
229251
</suppressions>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7
9999
apacheMinaVersion=2.2.4
100100

101101
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102-
apacheTomcatVersion=10.1.42
102+
apacheTomcatVersion=10.1.43
103103

104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm

0 commit comments

Comments
 (0)