Class SeverityModifierRuleAttributesCreate

Attributes for creating or updating a severity modifier rule.

Hierarchy

  • SeverityModifierRuleAttributesCreate

Constructors

Properties

The action to take when a severity modifier rule matches a finding. This is a discriminated union on type: set assigns a fixed severity, while shift moves the severity up or down by one rank.

A severity modifier rule's rule.query must not filter on @severity or on the @severity_details.user_adjusted.* namespace.

Use @severity_details.adjusted.value instead, which reflects the severity before user-defined adjustments.

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
enabled?: boolean

Whether the severity modifier rule is enabled.

name: string

The name of the severity modifier rule.

Defines the scope of findings to which the automation rule applies.

Generated using TypeDoc