Patch CVE-2026-39821 by updating golang.org/x/net to v0.55.0#713
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughFour indirect ChangesDependency version bumps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (13 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies" Comment |
Resolves CVE-2026-39821 (CRITICAL) in golang.org/x/net/idna. Updated golang.org/x/net from v0.46.0 to v0.55.0 via direct update, matching the backend version. Also upgraded companion modules: x/crypto v0.43.0→v0.51.0, x/sys v0.37.0→v0.45.0, x/text v0.30.0→v0.37.0. Assisted-by: Claude <noreply@anthropic.com>
cf4709a to
fa1e947
Compare
Patch CVE-2026-39821 by updating golang.org/x/net to v0.55.0 (cherry picked from commit 6a62298)
Patch CVE-2026-39821 by updating golang.org/x/net to v0.55.0 (cherry picked from commit 6a62298)
CVE Fix
Vulnerabilities Addressed
Strategy Justification
CVE-2026-39821 — golang.org/x/net/idna
go get golang.org/x/net@v0.55.0— matches backend versionAdditional Dependency Changes
Updating
golang.org/x/netalso upgraded its companion modules:Validation
go list -m)go build ./...)auth/redirect_test.go(not related to this change);configtests passRollback
To revert this change:
Updated the Go auth proxy dependency set in
proxy/go.modby upgradinggolang.org/x/netfromv0.46.0tov0.55.0to address CVE-2026-39821, and aligning relatedgolang.org/x/*indirect modules:golang.org/x/crypto(v0.43.0→v0.51.0),golang.org/x/sys(v0.37.0→v0.45.0), andgolang.org/x/text(v0.30.0→v0.37.0).Affected area:
proxy/only.No shared UI components, platform-specific app code, container build, E2E tests, or CI/workflow configuration changes.