Files
codeql/python/ql/lib
Rasmus Lerchedahl Petersen 72530a8312 Python: use synthetic node for comprehension capture argument
We used to use the CfgNode for the comprehension itself.
In cases where that is also an argument, say
```python
",".join([x for x in l])
```
that would be an argument to two different calls causing a dataflow consistency violation.
2024-09-27 12:15:03 +02:00
..
2024-09-20 15:19:54 +01:00
2024-04-16 16:29:56 +02:00
2022-10-13 11:21:10 -04:00