aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-09 06:24:56 +0100
committerGitHub2017-02-09 06:24:56 +0100
commit2d05c9d80ce816199a49842237da20b5053b239b (patch)
tree442efd1b95a582657a920b79522bd025f98b8616 /Library/Homebrew/dev-cmd
parent736556bd8bacbc1e1d6981909a32417691c8bea9 (diff)
parent11ebfdafb227ae36559f65c6bd098172301e82f0 (diff)
downloadbrew-2d05c9d80ce816199a49842237da20b5053b239b.tar.bz2
Merge pull request #1961 from vszakats/githuburl
audit: enforce https for github.com urls
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index b5dc4ecb1..7a5d38afe 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -1343,6 +1343,7 @@ class ResourceAuditor
%r{^http://(?:[^/]*\.)?bintray\.com/},
%r{^http://tools\.ietf\.org/},
%r{^http://launchpad\.net/},
+ %r{^http://github\.com/},
%r{^http://bitbucket\.org/},
%r{^http://anonscm\.debian\.org/},
%r{^http://cpan\.metacpan\.org/},