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.
Constant Summary
Constants included from Types
Instance Method Summary collapse
-
#is_vulnerable? ⇒ Boolean
(also: #vulnerable?)
Parses the
isVulnerable
attribute.
Instance Method Details
#is_vulnerable? ⇒ Boolean Also known as: vulnerable?
Parses the isVulnerable
attribute.
20 21 22 |
# File 'lib/sslyze/xml/attributes/is_vulnerable.rb', line 20 def is_vulnerable? Boolean[@node['isVulnerable']] end |