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
security: fix 10 critical CVEs in Go deps and toolchain (#233)
Resolves all 10 critical advisories flagged for globstar in the Jul-2026
dependency scan:
- golang.org/x/crypto v0.35.0 -> v0.54.0 (CVE-2026-46595 + 39833/39832/
39830/39831/39834 + 42508 -- 7 ssh CVEs, fixed 0.52.0)
- golang.org/x/net v0.35.0 -> v0.57.0 (CVE-2026-39821, fixed 0.55.0)
- toolchain go 1.23.2 -> go1.25.12 (CVE-2025-22871 @1.24.2,
CVE-2025-68121 @1.25.7)
golang.org/x/sys is pulled to v0.47.0 as required by x/crypto and x/net.
CI go-version bumped 1.23 -> 1.25 to match the toolchain. Targets match the
0.54.0 / 0.57.0 set also used across marvin/coat, which is OSV-clean and
clears newer moderate advisories too.
All resolved versions OSV-clean; x/crypto's only residual is the openpgp
unmaintained notice (GO-2026-5932), which globstar does not import.
Verified: registry gen + test suite 5 ok/0 FAIL (== master baseline),
make build, and an end-to-end analyzer run (72 files, correct diagnostics).
0 commit comments