mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Rust: fix debug/CaptureSummaryModelsPartialPath.ql
This commit is contained in:
@@ -23,6 +23,6 @@ from
|
||||
where
|
||||
PartialFlow::partialFlow(source, sink, _) and
|
||||
p = source.getNode() and
|
||||
p.asParameter() = api.getParamList().getAParamBase()
|
||||
p.asParameter() = api.asFunction().getParamList().getAParamBase()
|
||||
select sink.getNode(), source, sink, "There is flow from a $@ to $@.", source.getNode(),
|
||||
"parameter", sink.getNode(), "intermediate value"
|
||||
|
||||
Reference in New Issue
Block a user