fix(deps): bump golang.org/x/net to v0.55.0 for GO-2026-5026#68
Conversation
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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughGo module dependencies for golang.org/x packages are updated to newer versions. Direct dependency ChangesGolang.org/x dependency version updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
Summary
golang.org/x/net@v0.53.0, reached frominternal/server/identity/step_ca.go:311viahttp.Client.Do→idna.ToASCII. Fixed inv0.55.0.golang.org/x/netv0.53.0 → v0.55.0 and the siblingx/crypto/x/sys/x/term/x/textmodules to versionsgo mod tidyselected.govulncheckCI check on chore(deps): bump the go-minor-and-patch group with 2 updates #66 and chore(deps): bump the npm-minor-and-patch group across 1 directory with 5 updates #67 — both dependabot PRs fail with the same finding because the vuln DB picked it up after their initial runs.Test plan
go build ./...clean locallygovulncheck ./...locally: "Your code is affected by 0 vulnerabilities"govulncheckjob greenSummary by CodeRabbit
Chores