From 55084dd8abdd566817d24aaf16729a488a7f7a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Tue, 18 Dec 2018 02:29:27 +0000 Subject: [PATCH] Cask: remove malware caveat --- Library/Homebrew/cask/dsl/caveats.rb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Library/Homebrew/cask/dsl/caveats.rb b/Library/Homebrew/cask/dsl/caveats.rb index a98182ea37..210b3eafcc 100644 --- a/Library/Homebrew/cask/dsl/caveats.rb +++ b/Library/Homebrew/cask/dsl/caveats.rb @@ -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