mirror of
https://github.com/github/codeql.git
synced 2026-03-16 04:26:47 +01:00
JS: Bugfix in DeduplicatePathGraph
This was introduced after a quick fix to handle the addition of provenance.
This commit is contained in:
@@ -957,7 +957,7 @@ module DataFlowMake<LocationSig Location, InputSig<Location> Lang> {
|
||||
}
|
||||
|
||||
private predicate edgesProj(InputPathNode node1, InputPathNode node2) {
|
||||
Graph::edges(node2, node1, _, _)
|
||||
Graph::edges(node1, node2, _, _)
|
||||
}
|
||||
|
||||
private module Pass1 =
|
||||
|
||||
Reference in New Issue
Block a user