enum

CVSS::V3::Impact

Inherits Enum < Comparable < Value < Object

CIA: Confidentiality / Integrity / Availability impact (same value table).

Constants

None = 0
Low = 1
High = 2

Constructors

parse(s : String) : Impact
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
weight
Source