Class: CvssSuite::Cvss40Supplemental

Inherits:
CvssMetric show all
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

Attributes inherited from CvssMetric

#properties

Method Summary

Methods inherited from CvssMetric

#count, #initialize, #valid?

Constructor Details

This class inherits a constructor from CvssSuite::CvssMetric

Instance Attribute Details

#automatableObject (readonly)

Property of this metric



15
16
17
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15

def automatable
  @automatable
end

#provider_urgencyObject (readonly)

Property of this metric



15
16
17
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15

def provider_urgency
  @provider_urgency
end

#recoveryObject (readonly)

Property of this metric



15
16
17
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15

def recovery
  @recovery
end

#safetyObject (readonly)

Property of this metric



15
16
17
# File 'lib/cvss_suite/cvss40/cvss40_supplemental.rb', line 15

def safety
  @safety
end

#value_densityObject (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_effortObject (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