commit | 29b7148a1c042a3b13dcfa28eb3e5270b22eb3b0 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Apr 14 11:56:02 2021 -0700 |
committer | Roland Shoemaker <bracewell@google.com> | Wed Apr 14 18:57:23 2021 +0000 |
tree | cfcd5a47a01fdda3e2a5d7a19978e40e7969fb10 | |
parent | 8b1e4d6fb84391dead513f8cbbe783fdc10cac57 [diff] |
reports: add back additional_packages for go-yaml with no verions Blergh, all incompatible version of github.com/go-yaml/yaml are vulnerable, so add it back with an empty versions list. Change-Id: I881192ea57e4be02fb534d7a1f2951a004c7e648 Reviewed-on: https://team-review.git.corp.google.com/c/golang/vulndb/+/1055920 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.