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 0b0070cCopy full SHA for 0b0070c
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.125.Final</version>
189
+ </dependency>
190
</dependencies>
191
192
</dependencyManagement>
0 commit comments