rspec/rules/S2077/description.adoc
2021-06-07 17:15:06 +02:00

2 lines
280 B
Plaintext

Formatted SQL queries can be difficult to maintain, debug and can increase the risk of SQL injection when concatenating untrusted values into the query. However, this rule doesn't detect SQL injections (unlike rule S3649), the goal is only to highlight complex/formatted queries.