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.
1 parent 5a0cce2 commit d572525Copy full SHA for d572525
ruby/ql/test/library-tests/dataflow/params/params_flow.rb
@@ -57,4 +57,10 @@ def posargs(p1, *posargs)
57
posargs(taint(23), *args)
58
59
args = [taint(24), taint(25)]
60
-posargs(*args)
+posargs(*args)
61
+
62
+args = taint(26)
63
+def splatstuff(*x)
64
+ sink x[0] # $ MISSING: hasValueFlow=26
65
+end
66
+splatstuff(*args)
0 commit comments