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.
any()
this = this
1 parent 99dc0a8 commit 79a2b6dCopy full SHA for 79a2b6d
ruby/ql/test/library-tests/dataflow/flow-summaries/semantics.ql
@@ -13,7 +13,7 @@ private import codeql.ruby.dataflow.FlowSummary
13
*/
14
abstract private class Summary extends SimpleSummarizedCallable {
15
bindingset[this]
16
- Summary() { this = this }
+ Summary() { any() }
17
18
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
19
this.propagates(input, output) and preservesValue = true
0 commit comments