audit: flag insecure launchpad

This commit is contained in:
Dominyk Tiller 2015-08-10 02:25:59 +01:00
parent df999067d6
commit d25d3b07da

View File

@ -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}`"