We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8262247 commit 3bdc680Copy full SHA for 3bdc680
1 file changed
ql/lib/codeql/ruby/frameworks/ActiveRecord.qll
@@ -245,7 +245,6 @@ abstract class ActiveRecordModelInstantiation extends OrmInstantiation::Range,
245
or
246
// ...the called method can access a field.
247
exists(Method m | m = this.getClass().methodMayAccessField() |
248
- // We rely on matching by name here as the call graph might not have
249
m.getName() = methodName
250
)
251
0 commit comments