Protect against long-running RegExps
Open
enhancement
server
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Pathological backtracking can cause RegExps to take arbitrarily long to match. Apply protections, a la [JS Interpreter issue #152](https://github.com/NeilFraser/JS-Interpreter/issues/152).
Contributor guide
Assessment
This issue has not been assessed yet.