Skip to content

fix(ci): bump Go toolchain to 1.25.11 (clears GO-2026-5039/5037 stdlib vulns)#23

Merged
mastermanas805 merged 1 commit into
masterfrom
fix/go-1.25.11-stdlib-vulns
Jun 3, 2026
Merged

fix(ci): bump Go toolchain to 1.25.11 (clears GO-2026-5039/5037 stdlib vulns)#23
mastermanas805 merged 1 commit into
masterfrom
fix/go-1.25.11-stdlib-vulns

Conversation

@mastermanas805
Copy link
Copy Markdown
Member

Problem

The required CI checks govulncheck and scan / osv-scan fail on both master and the open Dependabot PR #22. The failures are Go stdlib vulnerabilities present in the go1.25.10 toolchain CI builds with — not module deps and not caused by the actions-group bump in #22:

  • GO-2026-5039net/textproto — arbitrary inputs included in errors without escaping. Found in go1.25.10, fixed in go1.25.11.
  • GO-2026-5037crypto/x509 — inefficient candidate hostname parsing. Found in go1.25.10, fixed in go1.25.11.

Fix

Bump the toolchain directive in go.mod from go1.25.10go1.25.11. govulncheck.yml resolves its toolchain from go.mod (go-version-file: cli/go.mod + check-latest: true), so the patch release clears both stdlib vulns.

Impact

🤖 Generated with Claude Code

…b vulns)

The govulncheck and osv-scan required checks fail on both master and
Dependabot PR #22 due to two Go stdlib vulnerabilities present in the
go1.25.10 toolchain that CI builds with:

  - GO-2026-5039 (net/textproto): arbitrary inputs included in errors
    without escaping. Fixed in go1.25.11.
  - GO-2026-5037 (crypto/x509): inefficient candidate hostname parsing.
    Fixed in go1.25.11.

These are stdlib vulns, not module deps, so they are unrelated to the
actions-group bump in #22. govulncheck.yml resolves its toolchain from
go.mod (go-version-file + check-latest), so bumping the toolchain
directive to go1.25.11 clears both checks and unblocks master and #22.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mastermanas805 mastermanas805 enabled auto-merge (squash) June 3, 2026 19:58
@mastermanas805 mastermanas805 merged commit 1f43feb into master Jun 3, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant