Merge pull request #8631 from chenrui333/include-micropython-homepage-to-cert-error-allow-list

audit: allowlist some formulae homepage cert issues
This commit is contained in:
Jonathan Chang 2020-09-21 23:45:03 +10:00 committed by GitHub
commit 187b56304b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,11 @@ module Homebrew
end
CERT_ERROR_ALLOWLIST = {
"monero" => "https://www.getmonero.org/",
"hashcat" => "https://hashcat.net/hashcat/",
"jinx" => "https://www.jinx-lang.org/",
"lmod" => "https://www.tacc.utexas.edu/research-development/tacc-projects/lmod",
"micropython" => "https://www.micropython.org/",
"monero" => "https://www.getmonero.org/",
}.freeze
def audit_homepage