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 b70ca77 commit 99dc0a8Copy full SHA for 99dc0a8
ruby/ql/test/library-tests/dataflow/flow-summaries/semantics.ql
@@ -11,9 +11,10 @@ private import codeql.ruby.dataflow.FlowSummary
11
/**
12
* A convenience class for defining value (c.f. taint) flow summaries.
13
*/
14
-bindingset[this]
15
abstract private class Summary extends SimpleSummarizedCallable {
16
bindingset[this]
+ Summary() { this = this }
17
+
18
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
19
this.propagates(input, output) and preservesValue = true
20
}
0 commit comments