File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17955,10 +17955,12 @@ run_ssl_poodle() {
1795517955 pr_bold " POODLE, SSL"; out " ($cve) "
1795617956
1795717957 if "$TLS13_ONLY" || [[ $(has_server_protocol ssl3) -eq 1 ]]; then
17958- # one condition should normally suffice but we don't know when run_poddle () was called
17958+ # one condition should normally suffice but we don't know when run_poodle () was called
1795917959 pr_svrty_best "not vulnerable (OK)"
1796017960 outln ", no SSLv3 support"
1796117961 fileout "$jsonID" "OK" "not vulnerable, no SSLv3" "$cve" "$cwe"
17962+ # otherwise we'll get a non-zero return code and a message 'Rerun including POODLE SSL check' @ TLS_FALLBACK_SCSV, see #2708
17963+ POODLE=1
1796217964 return 0
1796317965 fi
1796417966
You can’t perform that action at this time.
0 commit comments