Merge pull request #594 from reasonerjt/fix-alpine-url
Quickfix to the URL for fetching alpine's vuln data.
This commit is contained in:
commit
7f9c0b1b07
@ -35,7 +35,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
secdbGitURL = "https://git.alpinelinux.org/cgit/alpine-secdb"
|
secdbGitURL = "https://github.com/alpinelinux/alpine-secdb"
|
||||||
updaterFlag = "alpine-secdbUpdater"
|
updaterFlag = "alpine-secdbUpdater"
|
||||||
nvdURLPrefix = "https://cve.mitre.org/cgi-bin/cvename.cgi?name="
|
nvdURLPrefix = "https://cve.mitre.org/cgi-bin/cvename.cgi?name="
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user