Skip to content

fix(deps): bump grpc, x/net, x/text to patch disclosed CVEs#772

Merged
aaron-zeisler merged 1 commit into
feat/concurrent-keysfrom
aaronz/security-dep-bump-concurrent-keys
Jul 22, 2026
Merged

fix(deps): bump grpc, x/net, x/text to patch disclosed CVEs#772
aaron-zeisler merged 1 commit into
feat/concurrent-keysfrom
aaronz/security-dep-bump-concurrent-keys

Conversation

@aaron-zeisler

@aaron-zeisler aaron-zeisler commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

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 v8 PR, 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.sum to raise indirect dependency versions so Docker Scout stops failing on newly published CVEs—no application code changes.

Targeted bumps: 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), and golang.org/x/text v0.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.

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
aaron-zeisler marked this pull request as ready for review July 22, 2026 18:48
@aaron-zeisler
aaron-zeisler requested a review from a team as a code owner July 22, 2026 18:48
@aaron-zeisler
aaron-zeisler merged commit 4b19b77 into feat/concurrent-keys Jul 22, 2026
28 of 29 checks passed
@aaron-zeisler
aaron-zeisler deleted the aaronz/security-dep-bump-concurrent-keys branch July 22, 2026 19:51
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.

2 participants