You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Upgrade Go to 1.25.6 to address security vulnerabilities (#718)
Addresses two critical security vulnerabilities found in Go 1.25.5:
- GO-2026-4341: Memory exhaustion in query parameter parsing (net/url)
- GO-2026-4340: TLS handshake messages processed at incorrect encryption level (crypto/tls)
Both vulnerabilities are fixed in Go 1.25.6.
Updated all GitHub Actions workflows to use Go 1.25.6.
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
0 commit comments