Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7005d53 commit e3605eeCopy full SHA for e3605ee
3 files changed
ruby/ql/lib/codeql/ruby/frameworks/Core.qll
@@ -61,7 +61,7 @@ private class SplatSummary extends SummarizedCallable {
61
(
62
// *1 = [1]
63
input = "Receiver" and
64
- output = "ArrayElement[0] of ReturnValue"
+ output = "ReturnValue.ArrayElement[0]"
65
or
66
// *[1] = [1]
67
0 commit comments