Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Impact

An enumeration of possible impact magnitudes associated with a vulnerability.

Index

Enumeration members

Enumeration members

HIGH

HIGH: = 3

Denotes high impact.

LOW

LOW: = 2

Denotes low impact.

NONE

NONE: = 1

Denotes no impact.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

Generated using TypeDoc