From 530710f65fe1bc01235c18f8373dd37ca09701ac Mon Sep 17 00:00:00 2001 From: Alexandre Teyar Date: Fri, 2 Feb 2018 02:04:31 +0000 Subject: [PATCH 1/2] Add CVE commas for consistency --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 80636fb..a9f95a0 100755 --- a/testssl.sh +++ b/testssl.sh @@ -13974,7 +13974,7 @@ run_robot() { local -i i ret len iteration testnum pubkeybits pubkeybytes local vulnerable=false send_ccs_finished=true local -i start_time end_time timeout=$MAX_WAITSOCK - local cve="CVE-2017-17382 CVE-2017-17427 CVE-2017-17428 CVE-2017-13098 CVE-2017-1000385 CVE-2017-13099 CVE-2016-6883 CVE-2012-5081" + local cve="CVE-2017-17382, CVE-2017-17427, CVE-2017-17428, CVE-2017-13098, CVE-2017-1000385, CVE-2017-13099, CVE-2016-6883, CVE-2012-5081" local cwe="" local jsonID="ROBOT" From 195fcf09ad09b8bc4cb0f12f0c8cefb0e0e0efc2 Mon Sep 17 00:00:00 2001 From: Alexandre Teyar Date: Fri, 2 Feb 2018 11:50:45 +0000 Subject: [PATCH 2/2] Remove CVE commas for consistency --- testssl.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testssl.sh b/testssl.sh index a9f95a0..213cbbb 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" @@ -13974,7 +13974,7 @@ run_robot() { local -i i ret len iteration testnum pubkeybits pubkeybytes local vulnerable=false send_ccs_finished=true local -i start_time end_time timeout=$MAX_WAITSOCK - local cve="CVE-2017-17382, CVE-2017-17427, CVE-2017-17428, CVE-2017-13098, CVE-2017-1000385, CVE-2017-13099, CVE-2016-6883, CVE-2012-5081" + local cve="CVE-2017-17382 CVE-2017-17427 CVE-2017-17428 CVE-2017-13098 CVE-2017-1000385 CVE-2017-13099 CVE-2016-6883 CVE-2012-5081" local cwe="" local jsonID="ROBOT"