Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2020-08-19 08:02:29 +02:00
committed by GitHub
parent 1c3b945e55
commit 8fbb447f4c

View File

@@ -230,7 +230,7 @@ predicate storeStep(Node nodeFrom, Content c, Node nodeTo) {
// `[..., 42, ...]`
// nodeFrom is `42`, cfg node
// nodeTo is the sequence, say `[..., 42, ...]`, cfg node
// c denotes list or c denotes tuple and index of 42
// c denotes list or c denotes tuple and index of nodeFrom
//
// List
nodeTo.(CfgNode).getNode().(ListNode).getAnElement() = nodeFrom.(CfgNode).getNode() and