We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3be89 commit 3c755d9Copy full SHA for 3c755d9
providers/flagd/pom.xml
@@ -180,6 +180,13 @@
180
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
181
<version>${protobuf-java.min.version}</version>
182
</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>
190
</dependencies>
191
192
</dependencyManagement>
0 commit comments