diff --git a/testssl.sh b/testssl.sh index fbff690..631d7b3 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12341,7 +12341,7 @@ run_sweet32() { # proper parsing to be clarified: 07,00,c0 local proto - local cve="CVE-2016-2183, CVE-2016-6329" + local cve="CVE-2016-2183 CVE-2016-6329" local cwe="CWE-327" local hint="" local -i nr_sweet32_ciphers=0 @@ -12927,7 +12927,7 @@ run_drown() { local nr_ciphers_detected ret local spaces=" " local cert_fingerprint_sha2="" - local cve="CVE-2016-0800, CVE-2016-0703" + local cve="CVE-2016-0800 CVE-2016-0703" local cwe="CWE-310" local hint="" local jsonID="DROWN" @@ -13361,7 +13361,7 @@ run_rc4() { local dhlen available="" ciphers_to_test supported_sslv2_ciphers proto local has_dh_bits="$HAS_DH_BITS" rc4_detected="" local using_sockets=true - local cve="CVE-2013-2566, CVE-2015-2808" + local cve="CVE-2013-2566 CVE-2015-2808" local cwe="CWE-310" local hint="" local jsonID="RC4"