Files
codeql/python/ql/lib/change-notes/2022-04-20-export-python-under-DataFlow.md
Rasmus Wriedt Larsen 888a38c060 Python: Add change-note
2022-04-20 11:46:09 +02:00

5 lines
244 B
Markdown

---
category: breaking
---
* The imports made available from `import python` are no longer exposed under `DataFlow::` after doing `import semmle.python.dataflow.new.DataFlow`, for example using `DataFlow::Add` will now cause a compile error.