Merge pull request #594 from reasonerjt/fix-alpine-url

Quickfix to the URL for fetching alpine's vuln data.
master
Jimmy Zelinskie 6 years ago committed by GitHub
commit 7f9c0b1b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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="
)

Loading…
Cancel
Save