mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
The shared CFG library overrides ControlFlowNode.toString() as 'final' (shared/controlflow/codeql/controlflow/Cfg.qll:1217), so the legacy 'ControlFlowNode for X' prefix is gone — the new toString returns just 'X' for normal nodes and 'After X' for after-nodes. This produces a large cosmetic diff in test expected files with no semantic change. Mass-rebless 78 .expected files whose actual output differs from the checked-in expected only by this rename. Each file was verified to be identical after normalising 'ControlFlowNode for ' and 'After ' away from both sides. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 lines
293 B
Plaintext
4 lines
293 B
Plaintext
| test.py:8:5:8:38 | After Attribute() | Sensitive server cookie is set without HttpOnly flag. |
|
|
| test.py:9:5:9:51 | After Attribute() | Sensitive server cookie is set without HttpOnly flag. |
|
|
| test.py:11:5:11:57 | After Attribute() | Sensitive server cookie is set without HttpOnly flag. |
|