mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
audit: flag insecure launchpad
This commit is contained in:
parent
df999067d6
commit
d25d3b07da
@ -1052,7 +1052,8 @@ class ResourceAuditor
|
|||||||
%r{^http://mirrors\.kernel\.org/},
|
%r{^http://mirrors\.kernel\.org/},
|
||||||
%r{^http://([^/]*\.|)bintray\.com/},
|
%r{^http://([^/]*\.|)bintray\.com/},
|
||||||
%r{^http://tools\.ietf\.org/},
|
%r{^http://tools\.ietf\.org/},
|
||||||
%r{^http://www\.mirrorservice\.org/}
|
%r{^http://www\.mirrorservice\.org/},
|
||||||
|
%r{^http://launchpad\.net/}
|
||||||
problem "Please use https:// for #{p}"
|
problem "Please use https:// for #{p}"
|
||||||
when %r{^http://search\.mcpan\.org/CPAN/(.*)}i
|
when %r{^http://search\.mcpan\.org/CPAN/(.*)}i
|
||||||
problem "#{p} should be `https://cpan.metacpan.org/#{$1}`"
|
problem "#{p} should be `https://cpan.metacpan.org/#{$1}`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user