The attributes of a SAST ruleset, including its name, description, and rules.

Hierarchy

  • SastRulesetDataAttributes

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

A detailed description of the ruleset's purpose and the types of issues it targets.

name: string

The unique name of the ruleset.

The list of static analysis rules included in this ruleset.

shortDescription: string

A brief summary of the ruleset, suitable for display in listings.

Generated using TypeDoc