enum

CVSS::V4::ExploitMaturity

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Attacked = 1
POC = 2
Unreported = 3

Constructors

parse(s : String) : ExploitMaturity
Source

Instance methods

attacked?

Returns true if this enum value equals Attacked

Source
code
Source
not_defined?

Returns true if this enum value equals NotDefined

Source
poc?

Returns true if this enum value equals POC

Source
unreported?

Returns true if this enum value equals Unreported

Source