mirror of
https://github.com/github/codeql.git
synced 2026-06-02 20:30:15 +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>
7 lines
629 B
Plaintext
7 lines
629 B
Plaintext
| test.py:7:1:7:19 | After Attribute() | Overly permissive mask in chmod sets file to world writable. |
|
|
| test.py:8:1:8:20 | After Attribute() | Overly permissive mask in chmod sets file to world writable. |
|
|
| test.py:9:1:9:21 | After Attribute() | Overly permissive mask in chmod sets file to world writable. |
|
|
| test.py:11:1:11:21 | After Attribute() | Overly permissive mask in chmod sets file to group readable. |
|
|
| test.py:14:1:14:19 | After Attribute() | Overly permissive mask in chmod sets file to group writable. |
|
|
| test.py:16:1:16:25 | After Attribute() | Overly permissive mask in open sets file to world readable. |
|