Skip to content

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

Merged
aaron-zeisler merged 1 commit into
v9from
aaronz/security-dep-bump-v9
Jul 22, 2026
Merged

fix(deps): bump grpc, x/net, x/text to patch disclosed CVEs#773
aaron-zeisler merged 1 commit into
v9from
aaronz/security-dep-bump-v9

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 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 v8 PR, cascaded here so Scout goes green on v9 (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/grpc 1.80.0 → 1.82.1 (GHSA-hrxh-6v49-42gf), golang.org/x/net 0.55.0 → 0.56.0 (CVE-2026-46600), and golang.org/x/text 0.37.0 → 0.39.0 (CVE-2026-56852). The module graph also picks up aligned golang.org/x bumps (sync, crypto, sys) and refreshed google.golang.org/genproto entries 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.

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 719f049 into v9 Jul 22, 2026
18 checks passed
@aaron-zeisler
aaron-zeisler deleted the aaronz/security-dep-bump-v9 branch July 22, 2026 19:52
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