Class: CvssSuite::Cvss40Threat
- Inherits:
-
CvssMetric
- Object
- CvssMetric
- CvssSuite::Cvss40Threat
- Defined in:
- lib/cvss_suite/cvss40/cvss40_threat.rb
Overview
This class represents a CVSS Threat metric in version 3.1.
Instance Attribute Summary collapse
-
#exploit_maturity ⇒ Object
readonly
Property of this metric.
Attributes inherited from CvssMetric
Method Summary
Methods inherited from CvssMetric
Constructor Details
This class inherits a constructor from CvssSuite::CvssMetric
Instance Attribute Details
#exploit_maturity ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_threat.rb', line 15 def exploit_maturity @exploit_maturity end |