ReDoS-checker icon indicating copy to clipboard operation
ReDoS-checker copied to clipboard

Check your regex for ReDoS vulnerability.

Results 3 ReDoS-checker issues
Sort by recently updated
recently updated
newest added

Evil regex : `(a+?)(b+)` For example, with this as input : `(a times 1000)zab` The number of steps increases exponentially.

If I have a regex such as `step\[(?\d+)]`, the tool prints "This regex is vulnerable" when in fact it has failed to parse the expression. This can be seen by...

Hello! Have u got docker image with ur great product?