Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06bd436

Browse files
yoffRasmusWL
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 8fbb447 commit 06bd436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ predicate readStep(Node nodeFrom, Content c, Node nodeTo) {
297297
// `s.pop()`
298298
// nodeFrom is `s`, cfg node
299299
// nodeTo is `s.pop()`, cfg node
300-
// c denotes list or set
300+
// c denotes element of list or set
301301
exists(CallNode call, AttrNode a |
302302
call.getFunction() = a and
303303
a.getName() = "pop" and // TODO: Should be made more robust, like Value::named("set.pop").getACall()

0 commit comments

Comments
 (0)