enum

CVSS::V2::Exploitability

Inherits Enum < Comparable < Value < Object

Constants

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

Constructors

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