enum

CVSS::V3::SecurityRequirement

Inherits Enum < Comparable < Value < Object

Used by CR, IR, AR.

Constants

NotDefined = 0
Low = 1
Medium = 2
High = 3

Constructors

parse(s : String) : SecurityRequirement
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
medium?

Returns true if this enum value equals Medium

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
weight
Source