Files
codeql/python/ql/lib
Rasmus Wriedt Larsen 478f5ffe96 Python: Limit self argument for PotentialLibraryCall
Using the object from `MethodCallNode` meant that in the code below,
`lib` from the import expression would be considered a self argument

(this showed up in dataflow-consistency query results, that were not
comitted... sorry)

```
from lib import func
func()
```
2022-11-22 14:46:32 +01:00
..
2022-11-17 17:02:55 +00:00
2022-10-13 11:21:10 -04:00
2022-02-02 13:30:45 +01:00