Merge pull request #5417 from vitorgalvao/cask-malware

Cask: remove malware caveat
This commit is contained in:
Mike McQuaid 2018-12-18 08:13:58 +00:00 committed by GitHub
commit 149ded30aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,21 +141,6 @@ module Cask
#{web_page}
EOS
end
caveat :malware do |radar_number|
<<~EOS
#{@cask} has been reported to bundle malware. Like with any app, use at your own risk.
A report has been made to Apple about this app. Their certificate will hopefully be revoked.
See the public report at
#{Formatter.url("https://openradar.appspot.com/#{radar_number}")}
If this report is accurate, please duplicate it at
#{Formatter.url("https://bugreport.apple.com/")}
If this report is a mistake, please let us know by opening an issue at
#{Formatter.url("https://github.com/Homebrew/homebrew-cask/issues/new")}
EOS
end
end
end
end