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,6 +566,10 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
CERT_ERROR_ALLOWLIST = {
|
CERT_ERROR_ALLOWLIST = {
|
||||||
|
"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/",
|
"monero" => "https://www.getmonero.org/",
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user