mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
C#/Java: Address review comments.
This commit is contained in:
@@ -23,6 +23,6 @@ from
|
||||
where
|
||||
PartialFlow::partialFlow(source, sink, _) and
|
||||
p = source.getNode() and
|
||||
p.asParameter() = api.getParameter(0)
|
||||
p.asParameter() = api.getAParameter()
|
||||
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