Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
The category of the rule (for example, BEST_PRACTICES, SECURITY).
A checksum of the rule definition.
The base64-encoded rule implementation code.
Optional entityThe code entity type checked by the rule, applicable when rule type is AST_CHECK.
The unique identifier of the rule.
The programming language this rule targets.
Optional regexA base64-encoded regex pattern used by the rule, applicable when rule type is REGEX.
The severity of findings from this rule (for example, ERROR, WARNING).
The base64-encoded tree-sitter query used by the rule.
The rule type indicating the detection mechanism (for example, TREE_SITTER_QUERY).
Generated using TypeDoc
A static analysis rule to apply during code analysis.