rspec/rules/S2077/ask-yourself.adoc
2021-02-16 17:52:17 +01:00

8 lines
297 B
Plaintext

== Ask Yourself Whether
* Some parts of the query come from untrusted values (like user inputs).
* The query is repeated/duplicated in other parts of the code.
* The application must support different types of relational databases.
There is a risk if you answered yes to any of those questions.