/ext/vulnmdsrc/nvd Switched NVD URLs to https

NVD Stopped serving traffic on http endpoints.  Updated to https

Fixes #515
This commit is contained in:
Nick Johns 2018-06-29 15:32:00 +01:00
parent f882e1c210
commit 086f92a617

View File

@ -38,8 +38,8 @@ import (
)
const (
dataFeedURL string = "http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%s.xml.gz"
dataFeedMetaURL string = "http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%s.meta"
dataFeedURL string = "https://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%s.xml.gz"
dataFeedMetaURL string = "https://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%s.meta"
appenderName string = "NVD"