commit | ac9e4b8ec5bb3fc77fa27fdb63e1a0c779648d22 | [log] [tgz] |
---|---|---|
author | Zvonimir Pavlinovic <zpavlinovic@google.com> | Tue Feb 18 15:15:01 2025 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue Feb 18 11:46:33 2025 -0800 |
tree | 3b23689fd0c45de50eaf7dc86aaa1cba2482a7bc | |
parent | 4e5ea6df0a7c5d3736006e32137ec378757962a3 [diff] |
cmd/govulncheck/integration: update go version in Dockerfile Otherwise, the integration tests fails since we've recently made the change to require go1.23.0 as the minimum version for vuln repo. Change-Id: I68c3e06303a5b202c850c2655f636e3444ceba5f Reviewed-on: https://go-review.googlesource.com/c/vuln/+/650295 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Commit-Queue: Zvonimir Pavlinovic <zpavlinovic@google.com> Auto-Submit: Zvonimir Pavlinovic <zpavlinovic@google.com> TryBot-Bypass: Zvonimir Pavlinovic <zpavlinovic@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.