Skip to content

Commit df39c35

Browse files
committed
fix: protobuf-java version for CVE-2024-7254
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 39f0c22 commit df39c35

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
@@ -32,6 +32,13 @@
3232
</developers>
3333

3434
<dependencies>
35+
<!-- temporary to fix CVE-2024-7254 (see: https://github.com/advisories/GHSA-735f-pc8j-v9w8) - remove once this is in gRPC-java -->
36+
<dependency>
37+
<groupId>com.google.protobuf</groupId>
38+
<artifactId>protobuf-java</artifactId>
39+
<version>3.25.5</version>
40+
</dependency>
41+
3542
<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
3643
<dependency>
3744
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)