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(deps): bump golang.org/x/text to v0.39.0 for GO-2026-5970
govulncheck (the vuln-scan step in Build, Test & Lint) flags GO-2026-5970,
"Infinite loop on invalid input" in golang.org/x/text, reachable via
catalog.Catalog.Query → sql.Rows.Columns → norm.Form and
mpr.OpenWithOptions → sql.Open → norm.Form. The advisory is fixed in
golang.org/x/text v0.39.0; bump the (indirect) requirement to it. go mod tidy
also nudges the transitive golang.org/x/sync v0.20.0 → v0.21.0.
Build is clean. This gate lives in the same CI job as the doctype integration
tests, so it only surfaced once those passed; the fix greens the job and, once
merged, main.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JXnEgoc2NQP1Y2TWMCMXC4
0 commit comments