RegEx-DoS icon indicating copy to clipboard operation
RegEx-DoS copied to clipboard

:cop: :punch: RegEx Denial of Service (ReDos) Scanner

Results 1 RegEx-DoS issues
Sort by recently updated
recently updated
newest added

I get a crash for some files when running this: find . -name "*.js" -not -path "./node_modules/*" -exec redos {} \; > TypeError: Cannot read property 'regex' of undefined >...