Browse Source
- Replace regex-based isUnsafePattern with character-by-character parser - Track parenthesis nesting depth to detect deeply nested quantifiers - Detect patterns like ((a+))+ that bypass simple regex checks - Add tests for deeply nested patterns: ((a+))+, ((a*)+), (((x+))+)+ - Parser now catches all levels of nested quantifier groupshandoff-20260429-1057
2 changed files with 44 additions and 4 deletions
Loading…
Reference in new issue