chore: bump google.golang.org/grpc to v1.82.1 for GO-2026-6061 - #2040
Merged
Conversation
govulncheck fails on the attestation verify path that pulls grpc through sigstore/rekor-tiles. Raise the transitive dependency across CLI modules and refresh shared-inputs stamps for the common go.mod/go.sum change. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request updates the ChangesShared input stamp updates
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
govulncheckfinding GO-2026-6061 by raising transitivegoogle.golang.org/grpcfromv1.82.0tov1.82.1across the CLI Go modules.User Impact
v3-betaPRs (including feat: configurable compile wait timeout and working timeout recovery #2036) that currently fail solely on this dependency.Changes
go get google.golang.org/grpc@v1.82.1 && go mod tidyincli/dispatcherandcli/release-automation(attestation / sigstore path).golang.org/x/sysincli/commonandcli/project-runnerto the selected MVS version; stamps refreshed viascripts/stamp-release-inputs.sh.cli/dispatcher/go.modgrows becausego mod tidynow materializes previously omitted indirect requires from the sigstore graph (same expansion happens from tidy alone on current Go).Verification
govulncheck ./...in all four modules: no called vulnerabilities (workspace andGOWORK=off).scripts/check-go-cli.shpassed.Note
Independent of #2032 / #2036. After this merges, #2036 should merge
origin/v3-betato clear the remaining red check.