Sets matched findings to a fixed severity.

Hierarchy

  • SeverityModifierRuleSetAction

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

An optional free-form explanation for the severity change.

The severity to assign to matched findings. info_none is not supported for the iac_misconfiguration, runtime_code_vulnerability, secret, or static_code_vulnerability finding types.

The type of a severity modifier rule action that sets a fixed severity.

Generated using TypeDoc