Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Authentication

An enumeration of possible authentication requirements associated with a vulnerability.

Index

Enumeration members

Enumeration members

MULTIPLE

MULTIPLE: = 1

Denotes that multiple authenticated accounts are required to exploit the vulnerability.

NONE

NONE: = 3

Denotes that a no authenticated account is required to exploit the vulnerability.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

SINGLE

SINGLE: = 2

Denotes that a single authenticated account is required to exploit the vulnerability.

Generated using TypeDoc