diff options
author | ultima <ultima@FreeBSD.org> | 2017-07-29 02:22:22 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-07-29 02:22:22 +0800 |
commit | b96511f8a2895aaea8f09f10541d2198b599b773 (patch) | |
tree | 91064fe32748af40dc87519c87821aaccf036a87 /security/Makefile | |
parent | 7460264aca1f2006ea3e8a2e655eb4bfce46c255 (diff) | |
download | freebsd-ports-gnome-b96511f8a2895aaea8f09f10541d2198b599b773.tar.gz freebsd-ports-gnome-b96511f8a2895aaea8f09f10541d2198b599b773.tar.zst freebsd-ports-gnome-b96511f8a2895aaea8f09f10541d2198b599b773.zip |
This is tool to build a local copy of the National Vulnerabilities Database(NVD)
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
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 0398debb9aca..b92f6f404db2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -181,6 +181,7 @@ SUBDIR += gnupg20 SUBDIR += gnutls SUBDIR += go.crypto + SUBDIR += go-cve-dictionary SUBDIR += goptlib SUBDIR += gorilla SUBDIR += govpn |