Back to all

redos-anti-pattern

by igbuend

30Feb 6, 2026Visit Source
Security anti-pattern for Regular Expression Denial of Service (CWE-1333). Use when generating or reviewing code that uses regex for input validation, parsing, or pattern matching. Detects catastrophic backtracking patterns with nested quantifiers.