Files
codeql/python/ql/test/experimental/query-tests/Security
Rasmus Lerchedahl Petersen 9cb83fcdc9 python: add summaries for
copy, pop, get, getitem, setdefault

Also add read steps to taint tracking.

Reading from a tainted collection can be done in two situations:
1. There is an acces path
    In this case a read step (possibly from a flow summary)
    gives rise to a taint step.
2. There is no access path
    In this case an explicit taint step (possibly via a flow
    summary) should exist.
2023-05-26 14:04:15 +02:00
..
v1
2023-02-16 17:14:32 +01:00
2023-04-27 11:54:39 +02:00
2022-08-22 21:22:35 +02:00
2023-04-27 11:54:39 +02:00
2023-05-22 11:54:50 +02:00
2023-04-27 11:54:39 +02:00
2021-12-04 00:52:15 +08:00
2022-02-23 00:55:39 +01:00
2023-04-27 11:54:39 +02:00
2023-04-27 11:54:39 +02:00
2023-04-27 11:54:39 +02:00
2023-05-26 14:04:15 +02:00