Merge pull request #977 from AresS31/2.9dev

Remove CVEs commas for better consistency
This commit is contained in:
Dirk Wetter 2018-02-02 12:54:55 +01:00 committed by GitHub
commit 46539d4adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"