| commit | a0d18c9179e09b31b78e3b54532c9c9a9071451e | [log] [tgz] |
|---|---|---|
| author | Dmitri Shuralyov <dmitshur@golang.org> | Wed Jan 28 19:06:50 2026 -0800 |
| committer | Gopher Robot <gobot@golang.org> | Wed Feb 04 15:45:31 2026 -0800 |
| tree | 55c9904a570cc2bd2d88da1ddfdc284b056daf73 | |
| parent | 3276fb946d41e82354ca78d7d89e532f7dd00e8f [diff] |
vuln: add codereview.cfg For golang/go#9273. Change-Id: Ib211352fb8178fcab30d65974b4f9d3397924cba Reviewed-on: https://go-review.googlesource.com/c/vuln/+/740162 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Go's support for vulnerability management includes tooling for analyzing your codebase and binaries to surface known vulnerabilities in your dependencies. This tooling is backed by the Go vulnerability database, which is curated by the Go security team. Go’s tooling reduces noise in your results by only surfacing vulnerabilities in functions that your code is actually calling.
You can install the latest version of govulncheck using go install
go install golang.org/x/vuln/cmd/govulncheck@latest
Then, run govulncheck inside your module:
govulncheck ./...
See the govulncheck tutorial to get started, and https://go.dev/security/vuln for more information about Go's support for vulnerability management. The API documentation can be found at https://pkg.go.dev/golang.org/x/vuln/scan.
The privacy policy for govulncheck can be found at https://vuln.go.dev/privacy.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Database entries available at https://vuln.go.dev are distributed under the terms of the CC-BY 4.0 license.