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

244 B

category
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.