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:
commit
187b56304b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user