rspec/rules/S1493/sensitive.adoc

10 lines
212 B
Plaintext
Raw Normal View History

== Sensitive Code Example
2020-06-30 12:47:33 +02:00
----
SELECT (select_clause)
FROM (from_clause) CLIENT SPECIFIED INTO <fs>
WHERE (where_clause)
GROUP BY (groupby_clause) HAVING (having_clause)
ORDER BY (orderby_clause).
----