Skip to content

fix(deps): bump golang.org/x/net to v0.55.0 for GO-2026-5026#68

Merged
kanywst merged 1 commit into
mainfrom
fix/x-net-go-2026-5026
May 26, 2026
Merged

fix(deps): bump golang.org/x/net to v0.55.0 for GO-2026-5026#68
kanywst merged 1 commit into
mainfrom
fix/x-net-go-2026-5026

Conversation

@kanywst
Copy link
Copy Markdown
Member

@kanywst kanywst commented May 26, 2026

Summary

Test plan

Summary by CodeRabbit

Chores

  • Updated Go module dependencies to newer versions.

Review Change Stack

govulncheck flagged GO-2026-5026 (idna ASCII-only Punycode label reject
failure) on golang.org/x/net@v0.53.0, reached from step_ca.go via
http.Client.Do -> idna.ToASCII. Fixed in v0.55.0.

Sibling x/crypto, x/sys, x/term, x/text bumped to compatible versions
via go mod tidy.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5d367515-e84d-4927-989c-c1097a7d69d3

📥 Commits

Reviewing files that changed from the base of the PR and between 9f3bd8b and e1be1a8.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Walkthrough

Go module dependencies for golang.org/x packages are updated to newer versions. Direct dependency golang.org/x/sys is bumped to v0.45.0, and indirect dependencies golang.org/x/crypto, golang.org/x/net, golang.org/x/term, and golang.org/x/text are updated to their respective newer patch versions.

Changes

Golang.org/x dependency version updates

Layer / File(s) Summary
golang.org/x module versions
go.mod
Direct dependency golang.org/x/sys is updated from v0.44.0 to v0.45.0. Indirect dependencies are bumped: golang.org/x/crypto v0.50.0 → v0.51.0, golang.org/x/net v0.53.0 → v0.55.0, golang.org/x/term v0.42.0 → v0.43.0, and golang.org/x/text v0.36.0 → v0.37.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 In go.mod lands so wide and free,
Where versions dance like carrot spree,
The x-ray modules now shine bright,
From sys to text, all patched just right!
A bump, a hop, the deps align—
Dependency bliss, oh so fine! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the main change: bumping golang.org/x/net to v0.55.0 and references the specific vulnerability being fixed.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/x-net-go-2026-5026

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates several Go dependencies in go.mod and go.sum, including golang.org/x/sys, golang.org/x/crypto, golang.org/x/net, golang.org/x/term, golang.org/x/text, golang.org/x/tools, and golang.org/x/mod to their latest minor/patch versions. I have no feedback to provide as there are no issues identified in these dependency updates.

@kanywst kanywst merged commit 2d48499 into main May 26, 2026
27 checks passed
@kanywst kanywst deleted the fix/x-net-go-2026-5026 branch May 26, 2026 10:23
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.

1 participant