mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Address some HTML check failures in travis
(shouldn't work too late)
This commit is contained in:
parent
39abb27dd9
commit
cae052cfab
@ -14801,9 +14801,8 @@ run_ssl_poodle() {
|
||||
if "$TLS13_ONLY" || [[ $(has_server_protocol ssl3) -ne 0 ]]; then
|
||||
# one condition should normally suffice but we don't know when run_poddle() was called
|
||||
pr_svrty_best "not vulnerable (OK)"
|
||||
[[ $DEBUG -ge 1 ]] && out ", no SSLv3 support"
|
||||
outln
|
||||
fileout "$jsonID" "OK" "not vulnerable, no SSLv3 support" "$cve" "$cwe"
|
||||
outln ", no SSLv3 support"
|
||||
fileout "$jsonID" "OK" "not vulnerable, no SSLv3" "$cve" "$cwe"
|
||||
return 0
|
||||
fi
|
||||
|
||||
@ -15530,8 +15529,7 @@ run_beast(){
|
||||
|
||||
if "$TLS13_ONLY" || ( [[ $(has_server_protocol ssl3) -eq 1 ]] && [[ $(has_server_protocol tls1) -eq 1 ]] ); then
|
||||
pr_svrty_good "not vulnerable (OK)"
|
||||
[[ $DEBUG -ge 1 ]] && out ", no SSL3 or TLS1"
|
||||
outln
|
||||
outln ", no SSL3 or TLS1"
|
||||
fileout "$jsonID" "OK" "not vulnerable, no SSL3 or TLS1" "$cve" "$cwe"
|
||||
return 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user