fix(deps): bump grpc, x/net, x/text to patch disclosed CVEs#772
Merged
aaron-zeisler merged 1 commit intoJul 22, 2026
Merged
Conversation
google.golang.org/grpc v1.80.0 -> v1.82.1 (GHSA-hrxh-6v49-42gf) golang.org/x/net v0.55.0 -> v0.56.0 (CVE-2026-46600) golang.org/x/text v0.37.0 -> v0.39.0 (CVE-2026-56852)
aaron-zeisler
marked this pull request as ready for review
July 22, 2026 18:48
keelerm84
approved these changes
Jul 22, 2026
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
google.golang.org/grpcv1.80.0 -> v1.82.1 (fixes HIGH severity GHSA-hrxh-6v49-42gf)golang.org/x/netv0.55.0 -> v0.56.0 (fixes CVE-2026-46600)golang.org/x/textv0.37.0 -> v0.39.0 (fixes CVE-2026-56852)Background
Docker Scout Scan started failing on ld-relay PRs due to three newly-disclosed CVEs in indirect dependencies already pinned on
feat/concurrent-keys. These versions were fine when originally pinned; the CVEs were published recently and Scout scans a live vulnerability DB, so any fresh build now fails the scan regardless of what the PR actually changes.This is the same bump as the
v8PR, cascaded here so Scout goes green independent of other in-flight work on this branch (e.g. #770).Note
Low Risk
Dependency-only patch bumps with no ld-relay source changes; typical CVE remediation risk is limited to transitive runtime behavior in gRPC/HTTP stacks.
Overview
Updates only
go.mod/go.sumto raise indirect dependency versions so Docker Scout stops failing on newly published CVEs—no application code changes.Targeted bumps:
google.golang.org/grpcv1.80.0 → v1.82.1 (GHSA-hrxh-6v49-42gf),golang.org/x/netv0.55.0 → v0.56.0 (CVE-2026-46600), andgolang.org/x/textv0.37.0 → v0.39.0 (CVE-2026-56852). The lockfile also moves related transitive pins (e.g.golang.org/x/crypto,golang.org/x/sync, OpenTelemetry 1.42 → 1.43,google.golang.org/genproto/ grpc alignment) as part of the module graph refresh.Reviewed by Cursor Bugbot for commit 82f0d5f. Bugbot is set up for automated code reviews on this repo. Configure here.