commit | d1f380186385b4f64e00313f31743df8e4b89a77 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Mon Jan 06 10:08:08 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Mon Jan 06 11:26:26 2025 -0800 |
tree | a6de67bbe10fc33019791de055de1e8766a42847 | |
parent | 681aa9254bb430730f9ae00d6bfde6d13413a813 [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Id2855137e0a9d4f22587cbae94f238a5fa37d14b Reviewed-on: https://go-review.googlesource.com/c/vuln/+/640696 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@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.