enum

CVSS::V3::ExploitCodeMaturity

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Unproven = 1
ProofOfConcept = 2
Functional = 3
High = 4

Constructors

parse(s : String) : ExploitCodeMaturity
Source

Instance methods

code
Source
functional?

Returns true if this enum value equals Functional

Source
high?

Returns true if this enum value equals High

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
proof_of_concept?

Returns true if this enum value equals ProofOfConcept

Source
unproven?

Returns true if this enum value equals Unproven

Source
weight
Source