Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CollateralDamagePotential

An enumeration of possible collateral damage potentials associated with a vulnerability.

Index

Enumeration members

HIGH

HIGH: = 5

Denotes that there is high potential for collateral damage stemming from the vulnerability.

LOW

LOW: = 2

Denotes that there is low potential for collateral damage stemming from the vulnerability.

LOW_MEDIUM

LOW_MEDIUM: = 3

Denotes that there is low-medium potential for collateral damage stemming from the vulnerability.

MEDIUM_HIGH

MEDIUM_HIGH: = 4

Denotes that there is medium-high potential for collateral damage stemming from the vulnerability.

NONE

NONE: = 1

Denotes that there is no potential for collateral damage stemming from the vulnerability.

NOT_DEFINED

NOT_DEFINED: = 0

Denotes an undefined value.

Generated using TypeDoc