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.
2 parents b70ca77 + 79a2b6d commit 1092326Copy full SHA for 1092326
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() { any() }
17
+
18
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
19
this.propagates(input, output) and preservesValue = true
20
}
0 commit comments