mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Java: update test to account for key,val
This commit is contained in:
@@ -47,7 +47,7 @@ predicate reachableFromPropagate(Graph::PathNode node, string state, boolean cal
|
||||
node.getNode().asExpr() = propagateCall(state) and call = false
|
||||
or
|
||||
exists(Graph::PathNode prev | reachableFromPropagate(prev, state, call) |
|
||||
Graph::edges(prev, node)
|
||||
Graph::edges(prev, node, _, _)
|
||||
or
|
||||
Graph::subpaths(prev, _, _, node) // arg -> out
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user