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:
Viktor Szakáts 2015-03-02 09:36:01 +01:00 committed by Mike McQuaid
parent 091ec41357
commit 10d5c4f97b

View File

@ -318,6 +318,8 @@ class FormulaAuditor
case p
when %r[^http://ftp\.gnu\.org/]
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/]
problem "code.google.com urls should be https://, not http (url is #{p})."
when %r[^http://fossies\.org/]