Files
codeql/python/ql/test/experimental/dataflow/global-flow
Taus 6c3aabe1df Python: Support flow through import *
Adds result for `ModuleVariableNode::getARead` corresponding to reads
that go through (chains of) `import *`.

This required a bit of a change to _which_ module variables we define.
Previously, we only included variables that were accessed elsewhere in
the same file, but now we must ensure to also include variables that may
be accessed through `import *`.
2021-11-26 13:49:08 +00:00
..
2020-11-02 23:02:29 +01:00
2021-11-26 13:49:08 +00:00