security-guide-for-developers
security-guide-for-developers copied to clipboard
Add recommendations to avoid Regular Expressions Denial of Service (aka Regex DoS).
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.
Thanks for this, we will include this in the detailed version of the document.