rspec/rules/S5852/ask-yourself.adoc

8 lines
256 B
Plaintext
Raw Permalink Normal View History

2020-06-30 12:50:28 +02:00
== 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.