Files
codeql/python/ql/lib/semmle/python
Rasmus Lerchedahl Petersen 294092b671 Python: use comprehension function argument
For a comprehension `[x for x in l]
- `l` is now a legal argument (in DataFlowPublic)
- `l` is the argument of the comprehension function (in DataFlowDispatch)
- the parameter of the comprehension function is being read rather than `l` (in IterableUnpacking)
Thus the read that used to cross callable boundaries is now split into a arg-param edge and a read from that param.
2024-09-27 09:44:39 +02:00
..
2024-01-22 09:11:35 +01:00
2022-06-23 09:05:32 +00:00
2024-09-13 00:21:33 -07:00
2022-08-19 13:57:41 +02:00
2024-09-13 00:41:55 -07:00
2023-11-20 21:35:32 +01:00
2024-07-26 14:15:43 +02:00
2022-06-23 09:05:32 +00:00
2022-08-19 13:57:41 +02:00
2024-06-27 16:33:23 +02:00
2023-04-26 12:44:53 +02:00