mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[GH-ISSUE #39] Fix NameError in dataflow validation error logging #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gadievron on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/gadievron/raptor/issues/39
Problem
Line 213 in
packages/codeql/dataflow_validator.pyreferences undefined variablesink.labelinstead ofdataflow.sink.label, causing NameError during error logging and masking the original validation error.Impact
Fix
File:
packages/codeql/dataflow_validator.py:213Type
Related
@gadievron commented on GitHub (Dec 22, 2025):
Fixed in PR #45