mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Missing line break
If --ssl-native is being used and the server supports SSLv2, but does not support any SSLv2 ciphers, there is a missing line break after the warning message is printed.
This commit is contained in:
parent
c607bf4d92
commit
8e729d1396
@ -4964,7 +4964,7 @@ run_protocols() {
|
|||||||
fileout "$jsonID" "OK" "not offered"
|
fileout "$jsonID" "OK" "not offered"
|
||||||
add_tls_offered ssl2 no
|
add_tls_offered ssl2 no
|
||||||
;;
|
;;
|
||||||
5) pr_svrty_high "CVE-2015-3197: $supported_no_ciph2";
|
5) prln_svrty_high "CVE-2015-3197: $supported_no_ciph2";
|
||||||
fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310"
|
fileout "$jsonID" "HIGH" "offered, no cipher" "CVE-2015-3197" "CWE-310"
|
||||||
add_tls_offered ssl2 yes
|
add_tls_offered ssl2 yes
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user