fix: bump Go to 1.25.11 and golang.org/x/net to v0.56.0 to fix 22 CVEs - #700
Merged
Conversation
jeduden
marked this pull request as ready for review
June 25, 2026 23:14
Addresses all stdlib govulncheck findings on go 1.25.x: GO-2026-5039 (net/textproto, unescaped errors), GO-2026-5037/4947/4946 (crypto/x509 XSS/DoS/chain), GO-2026-4982/4980 (html/template XSS), GO-2026-4971 (net NUL panic), GO-2026-4918 (HTTP/2 infinite loop), GO-2026-4870 (TLS KeyUpdate DoS), GO-2026-4869/4014 (archive/tar allocation), GO-2026-4602 (os FileInfo escape), GO-2026-4601/2025-4010 (net/url IPv6), and several earlier x509/tls/asn1/pem/http CVEs. The golang.org/x/net idna fix (GO-2026-5026) was already merged via #698. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WcKyJREutLqn5x3hbdGaKT
jeduden
force-pushed
the
claude/lucid-einstein-5ccfqs
branch
from
June 25, 2026 23:17
52aca3f to
47d37db
Compare
Owner
Author
|
🟢 Merge Queue — picked up This PR is in the queue and will be batched with other Next: No action needed — you'll get another comment when CI starts on the batch. View merge queue run. |
Owner
Author
|
🔵 Merge Queue — CI running Merged into batch branch Next: No action needed — you'll be notified when CI completes. |
Owner
Author
|
✅ Merge Queue — merged This PR landed on Next: Done — nothing more to do here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
godirective ingo.modfrom1.25.8→1.25.11(fixes 21 standard-library CVEs)golang.org/x/netfromv0.52.0→v0.56.0(fixes GO-2026-5026, idna Punycode bypass)Vulnerabilities fixed
Standard library (fixed by go 1.25.11)
Module dependency (fixed by golang.org/x/net v0.55.0)
Test plan
govulncheck ./...→ No vulnerabilities foundgo test ./...→ all tests passgo build ./...→ clean build🤖 Generated with Claude Code
https://claude.ai/code/session_01WcKyJREutLqn5x3hbdGaKT
Generated by Claude Code