govulncheck
Find and fix vulnerable dependencies with govulncheck
I use `golang.org/x/vuln` for `govulncheck`, Go's official vulnerability scanner. It effectively checks dependencies for known CVEs, critically reducing noise by only reporting issues in called functions.
Visit pkg.go.dev →