Skip to content

Commit

Permalink
fix: protobuf-java version for CVE-2024-7254
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Oct 21, 2024
1 parent 39f0c22 commit df39c35
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
</developers>

<dependencies>
<!-- temporary to fix CVE-2024-7254 (see: https://github.com/advisories/GHSA-735f-pc8j-v9w8) - remove once this is in gRPC-java -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>

<!-- we inherent dev.openfeature.javasdk and the test dependencies from the parent pom -->
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit df39c35

Please sign in to comment.