We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83295d6 commit b3ad062Copy full SHA for b3ad062
1 file changed
testssl.sh
@@ -24006,7 +24006,7 @@ set_rating_state() {
24006
24007
# All of these should be enabled
24008
for gbl in do_protocols do_cipherlists do_fs do_server_defaults do_header \
24009
- do_heartbleed do_ccs_injection do_ticketbleed do_opossum do_robot do_renego \
+ do_heartbleed do_ccs_injection do_ticketbleed do_robot do_renego \
24010
do_crime do_ssl_poodle do_tls_fallback_scsv do_drown do_beast \
24011
do_rc4 do_logjam; do
24012
"${!gbl}" && ((nr_enabled++))
0 commit comments