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 CI: bandit pin 1.9.0→1.9.4, Go 1.23→1.25 for stdlib vuln fixes
- bandit==1.9.0 was yanked from PyPI; pin to 1.9.4 (latest stable)
- Update all 9 Go services from go 1.23 to go 1.25, fixing 12 stdlib
vulnerabilities (GO-2025-4007 through GO-2026-4602) in crypto/tls,
crypto/x509, encoding/asn1, encoding/pem, net/url, and os
- go mod tidy cleaned unused indirect deps in policy-engine and
runtime-attestor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments