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 80ae017 commit e895f96Copy full SHA for e895f96
ruby/ql/lib/codeql/ruby/frameworks/core/Array.qll
@@ -1855,7 +1855,7 @@ module Enumerable {
1855
1856
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
1857
input = "Argument[self].Element[any]" and
1858
- output = "Argument[block].Parameter[0]" and
+ output = "Argument[block].Parameter[0, 1]" and
1859
preservesValue = true
1860
or
1861
input = "Argument[block].ReturnValue" and
0 commit comments