enum

CVSS::V3::ModifiedAttackVector

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Network = 1
AdjacentNetwork = 2
Local = 3
Physical = 4

Constructors

parse(s : String) : ModifiedAttackVector
Source

Instance methods

adjacent_network?

Returns true if this enum value equals AdjacentNetwork

Source
code
Source
local?

Returns true if this enum value equals Local

Source
network?

Returns true if this enum value equals Network

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
physical?

Returns true if this enum value equals Physical

Source
weight(base : AttackVector) : Float64
Source