Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AccessVector

An enumeration of possible access 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: = 1

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

NETWORK

NETWORK: = 3

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

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

Generated using TypeDoc