File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7
9999apacheMinaVersion =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
You can’t perform that action at this time.
0 commit comments