We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7778524 commit f7cdd43Copy full SHA for f7cdd43
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/actioncontroller/Filters.qll
@@ -256,7 +256,7 @@ module Filters {
256
257
predicate isPrepended() { call.getMethodName().regexpMatch("^prepend.+$") }
258
259
- MethodCallCfgNode getCall() { result = call }
+ FilterCall getCall() { result = call }
260
261
FilterKind getKind() { result = kind }
262
0 commit comments