Files
codeql/python/ql/lib/change-notes/2023-11-20-remove-essa-nodes-from-dataflow-graph.md
Rasmus Lerchedahl Petersen c8b87f71c5 Python: add change note
2023-11-20 21:44:16 +01:00

324 B

category
category
fix
  • The dataflow graph no longer contains SSA variables. Instead, flow is directed via the corresponding controlflow nodes. This should make the graph and the flow simpler to understand. Minor improvements in flow computation has been observed, but in general negligible changes to alerts are expected.