commit | 3cd20f480990c4ffe6e5d2566eadfd5a0d5cbc7d | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Tue Apr 13 17:35:58 2021 -0700 |
committer | Roland Shoemaker <bracewell@google.com> | Wed Apr 14 00:37:40 2021 +0000 |
tree | e7e5ac409281698c160ccdcc1f34510d3fe91722 | |
parent | 087c0613c01848083b67014157219257792985f5 [diff] |
reports: add remaining triaged CVEs And add the false-positives to the triaged-cve-list. Change-Id: I64188841372d99d6b91bb1dc602f6312c9b6b5ce Reviewed-on: https://team-review.git.corp.google.com/c/golang/vulndb/+/1054739 Reviewed-by: Roland Shoemaker <bracewell@google.com>
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. The database will also be available in an interoperable, stable JSON format soon.
Some of these packages can probably be coalesced, but for now are easier to work on in a more segmented fashion.
report
provides a package for parsing and linting TOML reportsosv
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/gendb
provides a tool for converting TOML reports into JSON databasecmd/genhtml
provides a tool for converting TOML reports into a HTML websitecmd/linter
provides a tool for linting individual reportscmd/report2cve
provides a tool for converting TOML reports into JSON CVEsUnless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
The database contents in reports/
are distributed under the terms of the CC-BY 4.0 license.