security-guide-for-developers icon indicating copy to clipboard operation
security-guide-for-developers copied to clipboard

Add recommendations to avoid Regular Expressions Denial of Service (aka Regex DoS).

Open michaelhidalgo opened this issue 8 years ago • 1 comments

I wrote an article to cover this security problem https://dzone.com/articles/regular-expressions-denial.

It is a good practice that developers do Unit Testing when using Regular Expressions.

michaelhidalgo avatar Jul 22 '16 21:07 michaelhidalgo

Thanks for this, we will include this in the detailed version of the document.

mkagenius avatar Jul 26 '16 11:07 mkagenius