mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-14 22:03:17 +00:00
should move off Go 1.26.1 due to reachable stdlib vulns #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A
govulncheckpass against the current module and toolchain reports standard-library vulnerabilities in the Go version this repo targets today.What I hit locally:
go.modcurrently declaresgo 1.26.1govulncheck ./...reported the following reachable stdlib advisories:GO-2026-4947incrypto/x509, fixed in Go1.26.2GO-2026-4946incrypto/x509, fixed in Go1.26.2GO-2026-4870incrypto/tls, fixed in Go1.26.2GO-2026-4866incrypto/x509, fixed in Go1.26.2Representative traces from the scan reached:
main.go:71internal/firecracker/api.go:230Expected behavior:
Suggested follow-up:
1.26.2or newer.govulncheckto the validation path so future stdlib advisories are caught quickly.