From 04dfdd972c7fca25e86e9e2ff7767b9f5b789f20 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 9 Mar 2013 15:25:16 +0000 Subject: [PATCH] sshpass: add to blacklist. We keep rejecting this again and again. See discussion in Homebrew/homebrew#9577, Homebrew/homebrew#12941, Homebrew/homebrew#13855. Closes Homebrew/homebrew#18332. --- Library/Homebrew/blacklist.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index a6b3379f1e..7bfa0558fa 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -47,5 +47,9 @@ def blacklisted? name Installing gmock system-wide is not recommended; it should be vendored in your projects that use it. EOS + when 'sshpass' then <<-EOS.undent + We won't add sshpass because it makes it too easy for novice SSH users to + ruin SSH's security. + EOS end end