commit | 66107ed5cd69667ccd4a63311555b8f6d4fa6da4 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Wed Apr 14 09:49:10 2021 -0700 |
committer | Roland Shoemaker <bracewell@google.com> | Wed Apr 14 18:10:57 2021 +0000 |
tree | 5663d0e176ee71b14c78275503801748b38ec285 | |
parent | 3cd20f480990c4ffe6e5d2566eadfd5a0d5cbc7d [diff] |
all: switch to the new shared vuln schema Change-Id: Ibbbf153cc8078884bf9ac5a3a8b01a75894abb17 Reviewed-on: https://team-review.git.corp.google.com/c/golang/vulndb/+/1055915 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.