Skip to content

fix(deps): update x/text and grpc to fix CVE-2026-56852 and GHSA-hrxh-6v49-42gf - #161

Merged
utahta merged 1 commit into
masterfrom
fix/update-vulnerable-deps
Jul 31, 2026
Merged

utahta merged 1 commit into
masterfrom
fix/update-vulnerable-deps

Conversation

@utahta

@utahta utahta commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

WHAT

Update two dependencies to fix HIGH severity vulnerabilities:

  • golang.org/x/text v0.37.0 → v0.39.0
  • google.golang.org/grpc v1.79.3 → v1.82.1

Transitive dependencies were also updated by go mod tidy.

WHY

  • CVE-2026-56852: infinite loop in norm.Iter in golang.org/x/text, fixed in v0.39.0
  • GHSA-hrxh-6v49-42gf: xDS RBAC / HTTP/2 vulnerability in google.golang.org/grpc, fixed in v1.82.1

Verified locally with go build ./... and make test (all tests pass against the Cloud Spanner Emulator).

…-6v49-42gf

Update golang.org/x/text to v0.39.0 to fix CVE-2026-56852
(infinite loop in norm.Iter) and google.golang.org/grpc to
v1.82.1 to fix GHSA-hrxh-6v49-42gf (xDS RBAC / HTTP/2).
@utahta
utahta merged commit 9365c62 into master Jul 31, 2026
11 checks passed
@utahta
utahta deleted the fix/update-vulnerable-deps branch July 31, 2026 04:14
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