Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UserInteraction

An enumeration of possible user interaction requirements associated with a vulnerability.

Index

Enumeration members

Enumeration members

NONE

NONE: = 1

Denotes that no user interaction is required to exploite the vulnerability.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

REQUIRED

REQUIRED: = 2

Denotes that some user interaction is required to exploite the vulnerability.

Generated using TypeDoc