mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
fix binding
This commit is contained in:
@@ -11,9 +11,10 @@ private import codeql.ruby.dataflow.FlowSummary
|
||||
/**
|
||||
* A convenience class for defining value (c.f. taint) flow summaries.
|
||||
*/
|
||||
bindingset[this]
|
||||
abstract private class Summary extends SimpleSummarizedCallable {
|
||||
bindingset[this]
|
||||
Summary() { this = this }
|
||||
|
||||
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
|
||||
this.propagates(input, output) and preservesValue = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user