tjenkinson / redos-detector

A CLI and library which tests with certainty if a regex pattern is safe from ReDoS attacks. Supported in the browser, Node and Deno.
https://redosdetector.com
MIT License
41 stars 4 forks source link

Revert #612 and #599 #614

Closed tjenkinson closed 1 month ago

tjenkinson commented 1 month ago

Reverts #612 and #599 because they introduced a performance issue with longer inputs.

Reopens #606