diff options
| author | Viktor Szakats | 2015-07-01 15:55:38 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-07-02 21:31:10 +0100 |
| commit | c443fe139d72c1b78db0707f48c4e86e9c1706a3 (patch) | |
| tree | b5f9b0672ac6ee9b8fc97c515c523e52dba36d35 /Library | |
| parent | f31e411f386f3366696cb192c28cb95b33249f3d (diff) | |
| download | brew-c443fe139d72c1b78db0707f48c4e86e9c1706a3.tar.bz2 | |
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>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3a41dbdfa..3ef601c3b 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -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}" |
