[mirror] the database client and tools for the Go vulnerability database
Find a file
Gopher Robot 4ac723d6af go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I92836660eb85237dbe0222629ee2a4fe27d5fb60
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/754642
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-03-12 08:32:31 -07:00
cmd/govulncheck cmd/govulncheck: remove gotypesalias.go (not needed anymore) 2026-01-27 15:50:21 -08:00
doc internal: move packages to internal 2023-03-10 18:53:42 +00:00
internal internal/scan: improve error message for govulncheck 2026-01-13 13:25:18 -08:00
scan all: update docs 2023-07-13 03:02:36 +00:00
.gitignore terraform: config for worker load balancer 2021-12-13 10:24:40 +00:00
all_test.go all: upgrade go directive to at least 1.23.0 [generated] 2025-02-14 13:53:08 -08:00
codereview.cfg vuln: add codereview.cfg 2026-02-04 15:45:31 -08:00
CONTRIBUTING.md all: add license headers and CONTRIBUTING.md 2021-04-13 21:05:53 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-03-12 08:32:31 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-12 08:32:31 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:15:35 +00:00
PATENTS all: add licensing boilerplate and update README 2021-04-13 20:32:20 +00:00
README.md README.md: update 2023-07-13 02:54:58 +00:00

Go Vulnerability Management

Go Reference

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. Gos 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.

Privacy Policy

The privacy policy for govulncheck can be found at https://vuln.go.dev/privacy.

License

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.