Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PrivilegesRequired

An enumeration of possible privilege requirements associated with a vulnerability.

Index

Enumeration members

Enumeration members

HIGH

HIGH: = 3

Denotes that a administrator privileges are required to exploit the vulnerability.

LOW

LOW: = 2

Denotes that a regular user privileges are required to exploit the vulnerability.

NONE

NONE: = 1

Denotes that a no privileges are required to exploit the vulnerability.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

Generated using TypeDoc