Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AttackVector

An enumeration of possible attack vectors associated with a vulnerability.

Index

Enumeration members

ADJACENT_NETWORK

ADJACENT_NETWORK: = 2

Denotes that the vulnerability can only be exploited with adjacent network access.

LOCAL

LOCAL: = 3

Denotes that the vulnerability can only be exploited with local system access.

NETWORK

NETWORK: = 1

Denotes that the vulnerability can be exploited with network access (i.e. remotely).

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

PHYSICAL

PHYSICAL: = 4

Denotes that the vulnerability can only be exploited with physical system access.

Generated using TypeDoc