summaryrefslogtreecommitdiff
path: root/security/go-cve-dictionary/files/patch-commands_fetchnvd.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This is tool to build a local copy of the National Vulnerabilities Database(NVD)Richard Gallamore2017-07-281-0/+29
and the Japan Vulnerability Notes (JVN). NVD and JVN contain security vulnerabilities according to their CVE identifiers, including exhaustive information and a risk score. The local copy is generated in sqlite format, and the tool has a server mode for easy querying. WWW: https://github.com/kotakanbe/go-cve-dictionary/ PR: 220561 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Reviewed by: matthew (mentor), koobs, mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11745