Merge pull request #392 from jzelinskie/https-sec-db

ext/vulnsrc/alpine: use HTTPS
This commit is contained in:
Jimmy Zelinskie 2017-05-11 15:31:13 -04:00 committed by GitHub
commit 8816aedb68

View File

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