enum

CVSS::V4::ModifiedSubsequentIntegrity

Inherits Enum < Comparable < Value < Object

MSI/MSA add the Safety (S) value not present in base metrics.

Constants

NotDefined = 0
Safety = 1
High = 2
Low = 3
None = 4

Constructors

parse(s : String) : ModifiedSubsequentIntegrity
Source

Instance methods

code
Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
none?

Returns true if this enum value equals None

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
safety?

Returns true if this enum value equals Safety

Source