Skip to content
Snippets Groups Projects
Commit 10d5c4f9 authored by Viktor Szakáts's avatar Viktor Szakáts Committed by Mike McQuaid
Browse files

brew audit: req https for archive.apache.org urls


Closes Homebrew/homebrew#37313.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 091ec413
No related branches found
No related tags found
No related merge requests found
......@@ -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/]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment