fix: bump grpc to v1.80.0 - #1511
Conversation
To address CVE.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
📝 WalkthroughWalkthroughTwo Go modules update dependency pins: ChangesGo Module Dependency Updates
🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@execution/go.mod`:
- Around line 21-22: The PR text incorrectly states grpc-go was upgraded to
v1.79.3 while the module actually uses google.golang.org/grpc v1.80.0; update
the PR title and description to explicitly say v1.80.0 (and mention that this
includes the CVE-2026-33186 fix), and verify any other modules/components that
should match (e.g., any "router" dependency) are using the same grpc version or
document why they differ; also double-check the go.mod line
"google.golang.org/grpc v1.80.0" and update any release notes/changelog entries
to reference v1.80.0 instead of v1.79.3.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 8bf5e213-7176-4b9e-b9a2-45a4c414f8f6
⛔ Files ignored due to path filters (3)
execution/go.sumis excluded by!**/*.sumgo.work.sumis excluded by!**/*.sumv2/go.sumis excluded by!**/*.sum
📒 Files selected for processing (2)
execution/go.modv2/go.mod
✅ Files skipped from review due to trivial changes (1)
- v2/go.mod
🤖 I have created a release *beep* *boop* --- ## [2.4.2](v2.4.1...v2.4.2) (2026-06-03) ### Bug Fixes * **astprinter:** preserve description indentation and break prose-bearing field args ([#1500](#1500)) ([d81c9a7](d81c9a7)) * bump grpc to v1.80.0 ([#1511](#1511)) ([5c2debf](5c2debf)) * **jsonschema:** emit $ref/$defs for recursive input types ([#1513](#1513)) ([1369a25](1369a25)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: wundergraph-bot[bot] <285992168+wundergraph-bot[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [1.15.4](execution/v1.15.3...execution/v1.15.4) (2026-06-03) ### Bug Fixes * bump grpc to v1.80.0 ([#1511](#1511)) ([5c2debf](5c2debf)) * use float64 for intermediate cost calculations ([#1514](#1514)) ([d415ae5](d415ae5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: wundergraph-bot[bot] <285992168+wundergraph-bot[bot]@users.noreply.github.com>
To address CVE and match the router:
https://www.mend.io/vulnerability-database/CVE-2026-33186/