Description
Go projects can be checked against the Go vulnerability database from the command line. It is useful for developers who need to know whether dependencies or reachable code paths are affected by known security issues.
Vulnerability checks are only one part of release safety. Review results manually and combine them with dependency updates, tests, and code review.