Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ReportConfidence

An enumeration of possible report confidence levels associated with a vulnerability.

Index

Enumeration members

Enumeration members

CONFIRMED

CONFIRMED: = 3

Denotes that the existence of the vulnerability is confirmed.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

REASONABLE

REASONABLE: = 2

Denotes that the existence of the vulnerability reasonably certain.

UNKNOWN

UNKNOWN: = 1

Denotes that the existence of the vulnerability is unknown.

Generated using TypeDoc