Class: SSLyze::XML::Heartbleed::OpenSSLHeartbleed

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

Overview

Represents the <openSslHeartbleed> 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) ⇒ OpenSSLHeartbleed

Parameters:

  • node (Nokogiri::XML::Element)

    The <openSslHeartbleed> XML element.

Since:

  • 1.0.0



22
23
24
# File 'lib/sslyze/xml/heartbleed/openssl_heartbleed.rb', line 22

def initialize(node)
  @node = node
end