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(security): pin Go toolchain and bump x/sys to clear Grype scan failures
Weekly Security Scan job fails because the compiled binary embeds
go1.26.4, which has two disclosed stdlib vulnerabilities (GO-2026-4970
high, GO-2026-5856 medium). golang.org/x/sys v0.41.0 also carries a
low-severity issue (GO-2026-5024). Pin toolchain to go1.26.5 and bump
x/sys to v0.44.0 to pick up the fixes.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments