mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Removed edges were only there originally due to multiple configurations being in scope. `DataFlow::PathNode` has union semantics for configurations. Nodes are only generated if they are reachable from a source, but this includes sources from other configurations. No alerts are lost.