We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e39aa commit bd50fd7Copy full SHA for bd50fd7
ruby/ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -135,7 +135,7 @@ private Expr sqlFragmentArgument(MethodCall call) {
135
result = call.getKeywordArgument("lock")
136
or
137
// Calls to `annotate` can be used to add block comments to SQL queries. These are potentially vulnerable to
138
- // SQLi if user supplied input is passed in as an argument.
+ // SQLi if user supplied input is passed in as an argument.
139
methodName = "annotate" and
140
result = call.getArgument(_)
141
)
0 commit comments