audit: fix/extend ietf.org https rules

Domains known to be covered by certificates: https://crt.sh/?q=%25ietf.org

Closes Homebrew/homebrew#41244.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Viktor Szakats 2015-07-01 15:55:38 +02:00 committed by Mike McQuaid
parent f31e411f38
commit c443fe139d

View File

@ -413,7 +413,9 @@ class FormulaAuditor
%r[^http://packages\.debian\.org],
%r[^http://wiki\.freedesktop\.org/],
%r[^http://((?:www)\.)?gnupg.org/],
%r[^http://((?:trac|tools|www)\.)?ietf\.org],
%r[^http://ietf\.org],
%r[^http://[^/.]+\.ietf\.org],
%r[^http://[^/.]+\.tools\.ietf\.org],
%r[^http://www\.gnu\.org/],
%r[^http://code\.google\.com/]
problem "Please use https:// for #{homepage}"