govulncheck

CLI for detecting vulnerabilities in Go packages
  https://github.com/golang/vuln
  0
  no reviews



Govulncheck reports known vulnerabilities that affect Go code.

It uses static analysis or a binary's symbol table to narrow down reports to only those that potentially affect the application.

For more information about the API behind govulncheck, see https://go.dev/security/vulncheck.