enum

CVSS::V4::VulnerableImpact

Inherits Enum < Comparable < Value < Object

Vulnerable system C/I/A impact

Constants

High = 0
Low = 1
None = 2

Constructors

parse(s : String) : VulnerableImpact
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