sast_regex_dos
Analyze source files to find ReDoS vulnerabilities such as nested quantifiers, overlapping alternations, and backreferences in quantified groups.
Instructions
Detect ReDoS patterns: nested quantifiers (a+)+, alternation with overlap, backreferences in quantified groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path containing source files to analyze |