aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-08-05 19:45:24 +0100
committerDominyk Tiller2015-08-05 19:45:24 +0100
commit150a9fe514b7ae820124f32f407df6574a97673d (patch)
treee7022622278243e87d3b6ecd9bb03a4b9384dfcf /Library
parent1bb9c56e9c19206404e5cfcf1ff9535a13848c95 (diff)
downloadbrew-150a9fe514b7ae820124f32f407df6574a97673d.tar.bz2
audit: flag plaintext mirrorservice
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index c9db7f93c..b9c385c32 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -1051,7 +1051,8 @@ class ResourceAuditor
%r{^http://fossies\.org/},
%r{^http://mirrors\.kernel\.org/},
%r{^http://([^/]*\.|)bintray\.com/},
- %r{^http://tools\.ietf\.org/}
+ %r{^http://tools\.ietf\.org/},
+ %r{^http://www\.mirrorservice\.org/}
problem "Please use https:// for #{p}"
when %r{^http://search\.mcpan\.org/CPAN/(.*)}i
problem "#{p} should be `https://cpan.metacpan.org/#{$1}`"