File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments