Skip to content

Commit 5d6a71b

Browse files
germanosinyeikel
andauthored
BE: CVE fix of netty http2 (#1268)
Co-authored-by: Yeikel Santana <email@yeikel.com>
1 parent 0ee8ea1 commit 5d6a71b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
implementation libs.apache.commons.compress
7070
implementation libs.okhttp3.logging.intercepter
7171
implementation libs.reactor.netty.http
72+
implementation libs.netty.codec.http2
7273
// CVE Fixes End
7374

7475
implementation libs.modelcontextprotocol.spring.webflux

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,5 @@ snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'}
153153

154154
# CVE fixes
155155
reactor-netty-http = {module = 'io.projectreactor.netty:reactor-netty-http', version = '1.2.8'}
156+
# Fixes https://www.cve.org/CVERecord?id=CVE-2025-55163
157+
netty-codec-http2 = {module = 'io.netty:netty-codec-http2', version = '4.1.124.Final'}

0 commit comments

Comments
 (0)