Merge pull request #392 from jzelinskie/https-sec-db
ext/vulnsrc/alpine: use HTTPS
This commit is contained in:
commit
8816aedb68
@ -35,8 +35,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// When available, this should be updated to use HTTPS.
|
||||
secdbGitURL = "http://git.alpinelinux.org/cgit/alpine-secdb"
|
||||
secdbGitURL = "https://git.alpinelinux.org/cgit/alpine-secdb"
|
||||
updaterFlag = "alpine-secdbUpdater"
|
||||
nvdURLPrefix = "https://cve.mitre.org/cgi-bin/cvename.cgi?name="
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user