audit: flag plaintext mirrorservice
This commit is contained in:
parent
1bb9c56e9c
commit
150a9fe514
@ -1051,7 +1051,8 @@ class ResourceAuditor
|
|||||||
%r{^http://fossies\.org/},
|
%r{^http://fossies\.org/},
|
||||||
%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/}
|
||||||
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