Skip to content

Commit

Permalink
ext/vulnsrc/alpine: use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed May 11, 2017
1 parent 1119fdf commit 0891bba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/vulnsrc/alpine/alpine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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="
)
Expand Down

0 comments on commit 0891bba

Please sign in to comment.