mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Data flow: Sync files
This commit is contained in:
@@ -615,7 +615,9 @@ private newtype TNodeExt =
|
||||
exists(Configuration config |
|
||||
nodeCand1(node1, config) and
|
||||
argumentValueFlowsThrough(call, node1, TContentSome(f1), TContentSome(f2), node2) and
|
||||
nodeCand1(node2, unbind(config))
|
||||
nodeCand1(node2, unbind(config)) and
|
||||
readStoreCand1(f1, unbind(config)) and
|
||||
readStoreCand1(f2, unbind(config))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -615,7 +615,9 @@ private newtype TNodeExt =
|
||||
exists(Configuration config |
|
||||
nodeCand1(node1, config) and
|
||||
argumentValueFlowsThrough(call, node1, TContentSome(f1), TContentSome(f2), node2) and
|
||||
nodeCand1(node2, unbind(config))
|
||||
nodeCand1(node2, unbind(config)) and
|
||||
readStoreCand1(f1, unbind(config)) and
|
||||
readStoreCand1(f2, unbind(config))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -615,7 +615,9 @@ private newtype TNodeExt =
|
||||
exists(Configuration config |
|
||||
nodeCand1(node1, config) and
|
||||
argumentValueFlowsThrough(call, node1, TContentSome(f1), TContentSome(f2), node2) and
|
||||
nodeCand1(node2, unbind(config))
|
||||
nodeCand1(node2, unbind(config)) and
|
||||
readStoreCand1(f1, unbind(config)) and
|
||||
readStoreCand1(f2, unbind(config))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -615,7 +615,9 @@ private newtype TNodeExt =
|
||||
exists(Configuration config |
|
||||
nodeCand1(node1, config) and
|
||||
argumentValueFlowsThrough(call, node1, TContentSome(f1), TContentSome(f2), node2) and
|
||||
nodeCand1(node2, unbind(config))
|
||||
nodeCand1(node2, unbind(config)) and
|
||||
readStoreCand1(f1, unbind(config)) and
|
||||
readStoreCand1(f2, unbind(config))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user