Files
codeql/python/ql/test/experimental/dataflow/qll-private-imports/README.md
Rasmus Wriedt Larsen 5dbbd17bb2 Python: Add test to ensure we keep DataFlow imports clean
Currently we're not in a good state :(
2022-04-20 11:41:01 +02:00

181 B

Sometimes we accidentally re-export too much from DataFlow such that for example we can access Add from DataFlow::Add 😞

This test should always FAIL to compile!