fix(deps): bump grpc, x/net, x/text to patch disclosed CVEs - #773
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
v9. 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 onv9(currently tracking 9.0.0-rc.6, PR #768).Note
Low Risk
Lockfile-only patch bumps for indirect networking/crypto/text libraries; no relay logic changes, though gRPC/x/net are on the OTLP export path.
Overview
Dependency-only security refresh in
go.mod/go.sum—no application code changes.Pins are raised so Docker Scout stops failing on newly published advisories in indirect modules (notably OpenTelemetry OTLP’s gRPC stack):
google.golang.org/grpc1.80.0 → 1.82.1 (GHSA-hrxh-6v49-42gf),golang.org/x/net0.55.0 → 0.56.0 (CVE-2026-46600), andgolang.org/x/text0.37.0 → 0.39.0 (CVE-2026-56852). The module graph also picks up alignedgolang.org/xbumps (sync,crypto,sys) and refreshedgoogle.golang.org/genprotoentries tied to the newer gRPC release.Reviewed by Cursor Bugbot for commit daf551d. Bugbot is set up for automated code reviews on this repo. Configure here.