commit | 920b01ea266699c3caa068a19b9153c4a5d1e2b8 | [log] [tgz] |
---|---|---|
author | Julie Qiu <julie@golang.org> | Fri Oct 15 16:07:45 2021 -0400 |
committer | Julie Qiu <julie@golang.org> | Mon Oct 18 20:29:55 2021 +0000 |
tree | 430d508325d7f030064d3fa540828a5b90a9c324 | |
parent | eb85b397d86a9507abc86d913f538c4dc64faa7a [diff] |
cmd/gendb: delete unused matchesCurrent Running staticcheck found that matchesCurrent is unsed, so the function is deleted. Staticccheck error: cmd/gendb/main.go:32:6: func matchesCurrent is unused (U1000) Change-Id: I36d36e9ceebf09abd70712e824ba0247852491ab Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/356172 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
golang.org/x/vulndb
This repository is a prototype of the Go Vulnerability Database. Read the Draft Design.
Neither the code, nor the data, nor the existence of this repository is to be considered stable until an approved proposal.
Important: vulnerability entries in this repository are represented in an internal, unstable format that can and will change without notice.
Database clients must not rely on the contents of this repository. Instead, they can access the tree of JSON entries rooted at
https://storage.googleapis.com/go-vulndb/
An index.json
file maps module paths to last modified timestamps (link).
For each module, a NAME.json
file contains a list of vulnerability entries (example).
Note that this path and format are provisional and likely to change until an approved proposal.
Some of these packages can probably be coalesced, but for now are easier to work on in a more segmented fashion.
osv
provides a package for generating OSV-style JSON vulnerability entries from a report.Report
client
contains a client for accessing HTTP/fs based vulnerability databases, as well as a minimal caching implementationcmd/dbdiff
provides a tool for comparing two different versions of the vulnerability databasecmd/gendb
provides a tool for converting YAML reports into JSON databasecmd/linter
provides a tool for linting individual reportscmd/report2cve
provides a tool for converting YAML reports into JSON CVEsUnless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Database entries available at https://storage.googleapis.com/go-vulndb/ are distributed under the terms of the CC-BY 4.0 license.