[mirror] the database client and tools for the Go vulnerability database
Перейти к файлу
Tim King 0481857dd0 cmd/govulncheck: set gotypesalias=1 when using >=1.23 toolchain
Set gotypesalias=1 when using >=1.23 toolchain on all of
the main packages in x/tools that use go/types.

This effectively upgrades commit https://go.dev/cl/617095.

For golang/go#69772

Change-Id: I9f3e64d348f6bffc75321a08145fde07fb4024a6
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/627715
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
2024-11-13 22:13:01 +00:00
cmd/govulncheck cmd/govulncheck: set gotypesalias=1 when using >=1.23 toolchain 2024-11-13 22:13:01 +00:00
doc
internal internal/sarif: use empty arrays instead of nils 2024-11-08 15:41:59 +00:00
scan
.gitignore
CONTRIBUTING.md
LICENSE
PATENTS
README.md
all_test.go
go.mod go.mod: update golang.org/x dependencies 2024-11-08 17:51:10 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-11-08 17:51:10 +00:00

README.md

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.