Skip to content

Commit

Permalink
Merge pull request #604 from jzelinskie/nvd-urls
Browse files Browse the repository at this point in the history
vulnmdsrc: update NVD URLs
  • Loading branch information
jzelinskie authored Sep 4, 2018
2 parents dfc3023 + ce6b008 commit 9f2cc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/vulnmdsrc/nvd/nvd.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import (
)

const (
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"
dataFeedURL string = "https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-%s.xml.gz"
dataFeedMetaURL string = "https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-%s.meta"

appenderName string = "NVD"

Expand Down

0 comments on commit 9f2cc4e

Please sign in to comment.