rspec/rules/S5852/ask-yourself.adoc
2020-06-30 17:16:12 +02:00

8 lines
256 B
Plaintext

== Ask Yourself Whether
* The input is user-controlled.
* The input size is not restricted to a small number of characters.
* There is no timeout in place to limit the regex evaluation time.
There is a risk if you answered yes to any of those questions.