Merge pull request #977 from AresS31/2.9dev
Remove CVEs commas for better consistency
This commit is contained in:
commit
46539d4adf
|
@ -12341,7 +12341,7 @@ run_sweet32() {
|
||||||
# proper parsing to be clarified: 07,00,c0
|
# proper parsing to be clarified: 07,00,c0
|
||||||
|
|
||||||
local proto
|
local proto
|
||||||
local cve="CVE-2016-2183, CVE-2016-6329"
|
local cve="CVE-2016-2183 CVE-2016-6329"
|
||||||
local cwe="CWE-327"
|
local cwe="CWE-327"
|
||||||
local hint=""
|
local hint=""
|
||||||
local -i nr_sweet32_ciphers=0
|
local -i nr_sweet32_ciphers=0
|
||||||
|
@ -12927,7 +12927,7 @@ run_drown() {
|
||||||
local nr_ciphers_detected ret
|
local nr_ciphers_detected ret
|
||||||
local spaces=" "
|
local spaces=" "
|
||||||
local cert_fingerprint_sha2=""
|
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 cwe="CWE-310"
|
||||||
local hint=""
|
local hint=""
|
||||||
local jsonID="DROWN"
|
local jsonID="DROWN"
|
||||||
|
@ -13361,7 +13361,7 @@ run_rc4() {
|
||||||
local dhlen available="" ciphers_to_test supported_sslv2_ciphers proto
|
local dhlen available="" ciphers_to_test supported_sslv2_ciphers proto
|
||||||
local has_dh_bits="$HAS_DH_BITS" rc4_detected=""
|
local has_dh_bits="$HAS_DH_BITS" rc4_detected=""
|
||||||
local using_sockets=true
|
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 cwe="CWE-310"
|
||||||
local hint=""
|
local hint=""
|
||||||
local jsonID="RC4"
|
local jsonID="RC4"
|
||||||
|
|
Loading…
Reference in New Issue