Skip to content

Commit 5648555

Browse files
fix(deps): pin org.springframework:spring-expression to 7.0.8 (GHSA-9f52-rjqv-25qv)
Co-Authored-By: Catarina Correia <catarina.correia@getyourguide.com>
1 parent cbf47d4 commit 5648555

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ subprojects {
5858
'GHSA-mvh2-crg5-v77c: multiple Netty vulnerabilities, including SPDY zlib header block continues decoded expansion ' +
5959
'after maxHeaderSize truncation, fixed in 4.2.16.Final')
6060
}
61+
if (requested.group == 'org.springframework' && requested.name == 'spring-expression'
62+
&& requested.version != null && requested.version < '7.0.8') {
63+
useVersion('7.0.8')
64+
because('GHSA-9f52-rjqv-25qv: Spring Framework Arbitrary Method Invocation in SpEL Expressions')
65+
}
6166
}
6267
}
6368

0 commit comments

Comments
 (0)