chore: close the open advisories on the RPC library - #138
Draft
ecv wants to merge 1 commit into
Draft
Conversation
The RPC library the operator links carried three open advisories, one of them critical, on a package compiled into the shipping binary rather than reached only from a test-only import. Move it to the lowest release that clears all three. Key changes: - google.golang.org/grpc from v1.74.2 to v1.83.1 - OpenTelemetry, genproto and cel.dev/expr move to the minimum versions the new gRPC release requires The chosen release keeps its go directive at 1.25.0, so the module directive and the pinned build image stay where they are. The operator has no direct gRPC import and runs no gRPC server, so the server side behaviour changes across this span do not reach it. Claude-Session: https://claude.ai/code/session_018tBsAgdCCzyooXjz2Dh9xp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The RPC library this operator links carried three open advisories, one of them critical, on code compiled into the shipping binary rather than reached only from a test-only import. Moving the library forward closes all three at once, so the next scan does not immediately reopen the same review.
The upgrade also clears a reachable transport finding that the minimum patched release would have left in place, plus a telemetry advisory that came along with the companion versions the new release requires. The chosen release keeps the same minimum Go version, so the toolchain and the pinned build image stay exactly where they are.
Test plan
Fixes #137
https://claude.ai/code/session_018tBsAgdCCzyooXjz2Dh9xp