rspec/rules/S1523/ask-yourself.adoc

7 lines
213 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
== Ask Yourself Whether
* the executed code may come from an untrusted source and hasn't been sanitized.
* you really need to run code dynamically.
There is a risk if you answered yes to any of those questions.