aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-07-28 18:22:22 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-07-28 18:22:22 +0000
commitfda3db8dd17ef71cbfba0bc95113a37c2be6b0c8 (patch)
tree91064fe32748af40dc87519c87821aaccf036a87 /security/Makefile
parent37129afea9a4dcccba1df23cd7ecf43de7684d46 (diff)
downloadports-fda3db8dd17ef71cbfba0bc95113a37c2be6b0c8.tar.gz
ports-fda3db8dd17ef71cbfba0bc95113a37c2be6b0c8.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
Notes
Notes: svn path=/head/; revision=446843
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
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