Cask: remove malware caveat

This commit is contained in:
Vítor Galvão 2018-12-18 02:29:27 +00:00
parent 99c7e9d4ce
commit 55084dd8ab

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