Rust: fix debug/CaptureSummaryModelsPartialPath.ql

This commit is contained in:
Paolo Tranquilli
2025-06-19 16:17:18 +02:00
parent 0e9d4aacd9
commit b5a7f87bbc

View File

@@ -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"