lib/nexpose/vulnerability.rb in dradis-nexpose-3.16.0 vs lib/nexpose/vulnerability.rb in dradis-nexpose-3.17.0

- old
+ new

@@ -6,10 +6,10 @@ # the XML in attributes and nested tags. # # Instead of providing separate methods for each supported property we rely # on Ruby's #method_missing to do most of the work. class Vulnerability - SSL_CIPHER_VULN_IDS = %w[ssl-3des-ciphers ssl-static-key-ciphers].freeze + SSL_CIPHER_VULN_IDS = %w[ssl-des-ciphers ssl-3des-ciphers ssl-export-ciphers ssl-static-key-ciphers rc4-cve-2013-2566 ssl-cve-2016-2183-sweet32 tls-dhe-export-ciphers-cve-2015-4000].freeze # Accepts an XML node from Nokogiri::XML. def initialize(xml_node) @xml = xml_node end