Skip to content

chore: close the open advisories on the RPC library - #138

Draft
ecv wants to merge 1 commit into
mainfrom
chore/bump-grpc-1.83.1
Draft

chore: close the open advisories on the RPC library#138
ecv wants to merge 1 commit into
mainfrom
chore/bump-grpc-1.83.1

Conversation

@ecv

@ecv ecv commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

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

  • The operator and its CLI build cleanly and the unit suite passes
  • A vulnerability scan reports no remaining finding from this dependency
  • The scan surfaces nothing that was not already present beforehand
  • The end to end suites pass in CI

Fixes #137
https://claude.ai/code/session_018tBsAgdCCzyooXjz2Dh9xp

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The RPC library carries three open advisories, one reachable from production code

1 participant