mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Sync FlowSummaryImpl.qll
This commit is contained in:
@@ -688,8 +688,8 @@ module Private {
|
||||
) {
|
||||
exists(string inSpec, string outSpec, string kind |
|
||||
summaryElement(this, inSpec, outSpec, kind) and
|
||||
interpretSpec(inSpec, 0, input) and
|
||||
interpretSpec(outSpec, 0, output)
|
||||
interpretSpec(inSpec, input) and
|
||||
interpretSpec(outSpec, output)
|
||||
|
|
||||
kind = "value" and preservesValue = true
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user