audit: check for insecure metacpan urls

This commit is contained in:
Dominyk Tiller 2016-05-30 19:14:09 +01:00
parent ff0f394f2e
commit eaae49608f
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -1163,6 +1163,7 @@ class ResourceAuditor
%r{^http://www\.mirrorservice\.org/}, %r{^http://www\.mirrorservice\.org/},
%r{^http://launchpad\.net/}, %r{^http://launchpad\.net/},
%r{^http://bitbucket\.org/}, %r{^http://bitbucket\.org/},
%r{^http://cpan\.metacpan\.org/},
%r{^http://hackage\.haskell\.org/}, %r{^http://hackage\.haskell\.org/},
%r{^http://(?:[^/]*\.)?archive\.org}, %r{^http://(?:[^/]*\.)?archive\.org},
%r{^http://(?:[^/]*\.)?freedesktop\.org} %r{^http://(?:[^/]*\.)?freedesktop\.org}