Module: SSLyze::XML::Attributes::IsVulnerable

Includes:
Types
Included in:
Heartbleed::OpenSSLHeartbleed, OpenSSLCCS::OpenSSLCCSInjection
Defined in:
lib/sslyze/xml/attributes/is_vulnerable.rb

Overview

Common methods for the isVulnerable attribute.

Since:

  • 1.0.0

Constant Summary

Constants included from Types

Types::Boolean, Types::None

Instance Method Summary collapse

Instance Method Details

#is_vulnerable?Boolean Also known as: vulnerable?

Parses the isVulnerable attribute.

Returns:

Since:

  • 1.0.0



20
21
22
# File 'lib/sslyze/xml/attributes/is_vulnerable.rb', line 20

def is_vulnerable?
  Boolean[@node['isVulnerable']]
end