Skip to content

Commit 2616b66

Browse files
authored
Merge pull request #8349 from govuk-one-login/BAU/constrain-netty-handler-proxy-to-4.1.133
BAU: Constrain netty-handler-proxy to 4.1.133.Final to fix CVE-2026-42578
2 parents 56f46f2 + a7776b0 commit 2616b66

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ subprojects {
7777
because 'CVE-2025-58057 is fixed in io.netty:netty-codec:4.1.125.Final and higher'
7878
}
7979

80+
classpath('io.netty:netty-handler-proxy:[4.1.133.Final,4.2.0)') {
81+
because 'CVE-2026-42578 is fixed in io.netty:netty-handler-proxy:4.1.133.Final and higher'
82+
}
83+
8084
// Apache Commons constraints
8185
classpath('commons-beanutils:commons-beanutils:[1.11.0,)') {
8286
because 'CVE-2025-48734 is fixed in commons-beanutils:commons-beanutils:1.11.0 and higher'
@@ -154,6 +158,10 @@ subprojects {
154158
because 'CVE-2026-42577 is fixed in io.netty:netty-transport-native-epoll:4.2.13.Final and higher'
155159
}
156160

161+
add(conf.name, 'io.netty:netty-handler-proxy:[4.1.133.Final,4.2.0)') {
162+
because 'CVE-2026-42578 is fixed in io.netty:netty-handler-proxy:4.1.133.Final and higher'
163+
}
164+
157165
// Jetty constraints
158166
add(conf.name, 'org.eclipse.jetty.http2:jetty-http2-common:[12.0.25,12.1.0)') {
159167
because 'CVE-2025-5115 is fixed in org.eclipse.jetty.http2:jetty-http2-common:12.0.25 and higher'

0 commit comments

Comments
 (0)