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.
Optional endsList of strings to use for suppression of matches ending with these strings.
Optional exactList of strings to use for suppression of matches exactly matching these strings.
Optional startsList of strings to use for suppression of matches starting with these strings.
Generated using TypeDoc
Object describing the suppressions for a rule. There are three types of suppressions,
starts_with,ends_with, andexact_match. Suppressed matches are not obfuscated, counted in metrics, or displayed in the Findings page.