Skip to content

Commit 3c755d9

Browse files
committed
fix(security): force netty-codec-http2 4.1.127+
Signed-off-by: Todd Baert <[email protected]>
1 parent fd3be89 commit 3c755d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

providers/flagd/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@
180180
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
181181
<version>${protobuf-java.min.version}</version>
182182
</dependency>
183+
184+
<!-- temporary override for https://www.cve.org/CVERecord?id=CVE-2025-58057 -->
185+
<dependency>
186+
<groupId>io.netty</groupId>
187+
<artifactId>netty-codec-http2</artifactId>
188+
<version>[4.1.127,4.999]</version>
189+
</dependency>
183190
</dependencies>
184191

185192
</dependencyManagement>

0 commit comments

Comments
 (0)