mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python points-to. Do not track tuples on lhs of assignment or in deletions.
This commit is contained in:
@@ -177,6 +177,7 @@ cached newtype TObject =
|
||||
or
|
||||
/* Represents a tuple in the Python source */
|
||||
TPythonTuple(TupleNode origin, PointsToContext context) {
|
||||
origin.isLoad() and
|
||||
context.appliesTo(origin)
|
||||
}
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user