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 ab72301 commit f6516dbCopy full SHA for f6516db
ruby/ql/lib/codeql/ruby/frameworks/Rails.qll
@@ -371,6 +371,6 @@ private class AccessLocalsKeySummary extends SummarizedCallable {
371
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
372
input = "SyntheticGlobal[" + glob + "].Element[:" + methodName + "]" and
373
output = "ReturnValue" and
374
- preservesValue = false
+ preservesValue = true
375
}
376
0 commit comments