GitXplorerGitXplorer
g

vuln

public
396 stars
63 forks
1 issues

Commits

List of commits on branch master.
Unverified
d1f380186385b4f64e00313f31743df8e4b89a77

go.mod: update golang.org/x dependencies

ggopherbot committed 12 days ago
Unverified
681aa9254bb430730f9ae00d6bfde6d13413a813

go.mod: update golang.org/x dependencies

ggopherbot committed a month ago
Unverified
58ab49249c8782fbb1780a4aac3c942637a04947

cmd/govulncheck: remove unnecessary fixups

zzpavlinovic committed 2 months ago
Unverified
e45fa1058c760f9170199dbc958c732e6859039d

cmd/govulncheck: better mask new (sbom) versions

zzpavlinovic committed 2 months ago
Unverified
bf472d2030dca36c085c870538ba5d22d8db3fc5

cmd/govulncheck: mask dirty dependency versions

zzpavlinovic committed 2 months ago
Unverified
072d4ef972913b7136211efe702a1e8bac3e7c6c

cmd/govulncheck: add missing test data

zzpavlinovic committed 2 months ago

README

The README file for this repository.

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

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.