Skip to content

fix(deps): bump x/text, grpc and x/net for HIGH CVEs - #24

Merged
EnriqueL8 merged 1 commit into
release-0.9.21from
cve/x-text-grpc-net-2026-08
Aug 7, 2026
Merged

fix(deps): bump x/text, grpc and x/net for HIGH CVEs#24
EnriqueL8 merged 1 commit into
release-0.9.21from
cve/x-text-grpc-net-2026-08

Conversation

@dwertent

@dwertent dwertent commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Bumps Go deps on release-0.9.21 (build pin) to clear HIGH findings from Pipeline / CVE - Trigger run 30995014323:

Package From To Advisory
golang.org/x/text 0.37.0 0.39.0 CVE-2026-56852
google.golang.org/grpc 1.60.1 (replace → 1.58.3) 1.82.1 GHSA-hrxh-6v49-42gf
golang.org/x/net 0.55.0 0.56.0 CVE-2026-46600

Also removes replace google.golang.org/grpc => ... v1.58.3, which blocked the patched grpc from resolving.

Verification

  • go build ./... passes
  • Resolved versions confirmed in go.mod

Never merge from the agent — human review required.

…t, grpc, x/net

Bump golang.org/x/text to v0.39.0, google.golang.org/grpc to v1.82.1, and
golang.org/x/net to v0.56.0. Drop the replace that pinned grpc to v1.58.3 so
the patched version can resolve.

Signed-off-by: David Wertenteil <david.wertenteil@kaleido.io>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Go module dependencies on release-0.9.21 to remediate reported HIGH-severity CVEs and unblock upgrading google.golang.org/grpc by removing the prior replace pin.

Changes:

  • Bumped golang.org/x/text, golang.org/x/net, and google.golang.org/grpc to patched versions.
  • Removed the replace google.golang.org/grpc => ... v1.58.3 directive so the upgraded grpc can resolve.
  • Updated additional transitive/related module versions as part of the dependency refresh.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod

@EnriqueL8 EnriqueL8 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dwertent

@EnriqueL8
EnriqueL8 merged commit e8079bb into release-0.9.21 Aug 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants