| commit | 5e9b76bd55b161cc5c11e1d5f5946be6ee4bbd20 | [log] [tgz] |
|---|---|---|
| author | Gopher Robot <gobot@golang.org> | Mon Dec 08 16:12:27 2025 -0800 |
| committer | Gopher Robot <gobot@golang.org> | Tue Dec 09 07:00:19 2025 -0800 |
| tree | 24350cf2fa0e3c1d4fa29a16bc873e2514dad6b5 | |
| parent | b44c4186c99c518ac35fe2535ec850c2444fa2aa [diff] |
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I70fe6334d4f8598928ce80f63b84e41c9ba223fe Reviewed-on: https://go-review.googlesource.com/c/vuln/+/728542 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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.