Skip to content

Commit

Permalink
Merge pull request #15979 from alebcay/allow-sshpass
Browse files Browse the repository at this point in the history
missing_formula: remove sshpass from denylist
  • Loading branch information
MikeMcQuaid committed Sep 8, 2023
2 parents 9b7b283 + fcb3f8c commit 4a20810
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Library/Homebrew/missing_formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ def disallowed_reason(name)
lzma is now part of the xz formula:
brew install xz
EOS
when "sshpass" then <<~EOS
We won't add sshpass because it makes it too easy for novice SSH users to
ruin SSH's security.
EOS
when "gsutil" then <<~EOS
gsutil is available through pip:
pip3 install gsutil
Expand Down
1 change: 0 additions & 1 deletion Library/Homebrew/test/missing_formula_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
it { is_expected.to disallow("pil") }
it { is_expected.to disallow("macruby") }
it { is_expected.to disallow("lzma") }
it { is_expected.to disallow("sshpass") }
it { is_expected.to disallow("gsutil") }
it { is_expected.to disallow("gfortran") }
it { is_expected.to disallow("play") }
Expand Down

0 comments on commit 4a20810

Please sign in to comment.