Type alias VulnerabilitySeverity

VulnerabilitySeverity: typeof UNKNOWN | typeof NONE | typeof LOW | typeof MEDIUM | typeof HIGH | typeof CRITICAL | UnparsedObject

The vulnerability severity.

Generated using TypeDoc