Files
codeql/python/ql/test/library-tests/frameworks
yoff 7bb9aebe97 Python: fix library-test compile errors and rebless after CFG migration
Library-test compile fixes after the shared-CFG migration:
- PointsTo/global, PointsTo/local: use `f.getNode() = s.getValue()`
  instead of `s.getValue().getAFlowNode() = f` (the new CFG does not
  surface getAFlowNode on AST nodes).
- PointsTo/new/ImpliesDataflow: bridge new Cfg::ControlFlowNode to the
  legacy ControlFlowNodeWithPointsTo via AST identity.
- frameworks/aiohttp + frameworks/modeling-example: qualify CallNode /
  NameNode / AttrNode casts with Cfg:: now that those names live in
  the new CFG facade.

Rebless 4 expected files for toString-only differences (renamed CFG
positions like 'CFG node for foo' vs 'foo' — no semantic change):
ImpliesDataflow, EnclosingCallable, NaiveModel, ProperModel.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-28 07:39:44 +00:00
..
2024-12-09 20:37:11 +00:00
2024-12-09 19:55:42 +00:00
2024-12-09 20:37:11 +00:00
2024-12-09 20:37:11 +00:00
2024-12-03 19:18:57 +01:00
2024-12-18 15:58:51 +01:00
2024-12-09 20:37:11 +00:00
2024-12-03 19:18:57 +01:00
2026-01-30 12:50:25 +00:00
2024-12-09 20:37:11 +00:00
2024-12-09 20:37:11 +00:00
2025-08-25 14:14:16 +00:00
2024-12-03 19:18:57 +01:00
2025-11-26 15:47:56 +00:00
2024-12-03 19:18:57 +01:00
2025-12-01 20:27:48 +00:00
2024-12-09 20:37:11 +00:00
2025-12-01 20:41:59 +00:00
2024-12-03 19:18:57 +01:00