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

7 lines
213 B
Plaintext

== 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.