7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
== Ask Yourself Whether
|
|
|
|
* the executed regular expression is sensitive and a user can provide a string which will be analyzed by this regular expression.
|
|
* your regular expression engine performance decrease with specially crafted inputs and regular expressions.
|
|
|
|
There is a risk if you answered yes to any of those questions.
|