Skip to content

Commit

Permalink
Merge pull request #599 from reasonerjt/fix-alpine-url-2.0
Browse files Browse the repository at this point in the history
Quickfix to the URL for fetching alpine's vuln data.  - cherry pick to release-2.0
  • Loading branch information
jzelinskie authored Aug 30, 2018
2 parents aa5729d + e33e998 commit 096a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vulnsrc/alpine/alpine.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

const (
secdbGitURL = "https://git.alpinelinux.org/cgit/alpine-secdb"
secdbGitURL = "https://github.com/alpinelinux/alpine-secdb"
updaterFlag = "alpine-secdbUpdater"
nvdURLPrefix = "https://cve.mitre.org/cgi-bin/cvename.cgi?name="
)
Expand Down

0 comments on commit 096a44f

Please sign in to comment.