diff --git a/lib/cryptcheck/tls/cipher.rb b/lib/cryptcheck/tls/cipher.rb index 7853f7d..8ace850 100644 --- a/lib/cryptcheck/tls/cipher.rb +++ b/lib/cryptcheck/tls/cipher.rb @@ -69,7 +69,7 @@ module CryptCheck ok = Proc.new { |n| self.send "#{n}?" } { success: %i(pfs).select { |n| ok.call n }, - warning: %i(sha1).select { |n| ok.call n }, + warning: %i().select { |n| ok.call n }, danger: %i(des3).select { |n| ok.call n }, error: %i(dss md5 psk srp anonymous null export des rc2 rc4).select { |n| ok.call n } }