brew audit: req https for archive.apache.org urls
Closes Homebrew/homebrew#37313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
091ec41357
commit
10d5c4f97b
@ -318,6 +318,8 @@ class FormulaAuditor
|
|||||||
case p
|
case p
|
||||||
when %r[^http://ftp\.gnu\.org/]
|
when %r[^http://ftp\.gnu\.org/]
|
||||||
problem "ftp.gnu.org urls should be https://, not http:// (url is #{p})."
|
problem "ftp.gnu.org urls should be https://, not http:// (url is #{p})."
|
||||||
|
when %r[^http://archive\.apache\.org/]
|
||||||
|
problem "archive.apache.org urls should be https://, not http (url is #{p})."
|
||||||
when %r[^http://code\.google\.com/]
|
when %r[^http://code\.google\.com/]
|
||||||
problem "code.google.com urls should be https://, not http (url is #{p})."
|
problem "code.google.com urls should be https://, not http (url is #{p})."
|
||||||
when %r[^http://fossies\.org/]
|
when %r[^http://fossies\.org/]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user