mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user