Class: CvssSuite::Cvss40Supplemental
- Inherits:
-
CvssMetric
- Object
- CvssMetric
- CvssSuite::Cvss40Supplemental
- Defined in:
- lib/cvss_suite/cvss40/cvss40_supplemental.rb
Overview
This class represents a CVSS Temporal metric in version 3.1.
Instance Attribute Summary collapse
-
#automatable ⇒ Object
readonly
Property of this metric.
-
#provider_urgency ⇒ Object
readonly
Property of this metric.
-
#recovery ⇒ Object
readonly
Property of this metric.
-
#safety ⇒ Object
readonly
Property of this metric.
-
#value_density ⇒ Object
readonly
Property of this metric.
-
#vulnerability_response_effort ⇒ 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
#automatable ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15 def automatable @automatable end |
#provider_urgency ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15 def provider_urgency @provider_urgency end |
#recovery ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15 def recovery @recovery end |
#safety ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15 def safety @safety end |
#value_density ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15 def value_density @value_density end |
#vulnerability_response_effort ⇒ Object (readonly)
Property of this metric
15 16 17 |
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15 def vulnerability_response_effort @vulnerability_response_effort end |