Class: SSLyze::XML::OpenSSLCCS::OpenSSLCCSInjection

Inherits:
Object
  • Object
show all
Includes:
Attributes::IsVulnerable
Defined in:
lib/sslyze/xml/openssl_ccs/openssl_ccs_injection.rb

Overview

Represents the <openSslCcsInjection /> XML element.

Since:

  • 1.0.0

Constant Summary

Constants included from Types

Types::Boolean, Types::None

Instance Method Summary collapse

Methods included from Attributes::IsVulnerable

#is_vulnerable?

Constructor Details

#initialize(node) ⇒ OpenSSLCCSInjection

Since:

  • 1.0.0



19
20
21
# File 'lib/sslyze/xml/openssl_ccs/openssl_ccs_injection.rb', line 19

def initialize(node)
  @node = node
end