mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
use any() instead of this = this
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
committed by
GitHub
parent
99dc0a8356
commit
79a2b6d0b0
@@ -13,7 +13,7 @@ private import codeql.ruby.dataflow.FlowSummary
|
||||
*/
|
||||
abstract private class Summary extends SimpleSummarizedCallable {
|
||||
bindingset[this]
|
||||
Summary() { this = this }
|
||||
Summary() { any() }
|
||||
|
||||
override predicate propagatesFlowExt(string input, string output, boolean preservesValue) {
|
||||
this.propagates(input, output) and preservesValue = true
|
||||
|
||||
Reference in New Issue
Block a user