We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Argument[_]
1 parent d196c77 commit 4133eb1Copy full SHA for 4133eb1
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowDispatch.qll
@@ -250,7 +250,7 @@ private module Cached {
250
TPositionalParameterPosition(int pos) {
251
pos = any(Parameter p).getPosition()
252
or
253
- exists(Call c | exists(c.getArgument(pos))) // TODO: remove once `Argument[_]` summaries are replaced with `Argument[i..]`
+ pos in [0 .. 10] // TODO: remove once `Argument[_]` summaries are replaced with `Argument[i..]`
254
255
FlowSummaryImplSpecific::ParsePositions::isParsedArgumentPosition(_, pos)
256
} or
0 commit comments