mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Dataflow: Code review fixes.
This commit is contained in:
@@ -14,5 +14,5 @@ class Conf extends Configuration {
|
||||
}
|
||||
|
||||
from PartialPathNode n, int dist
|
||||
where any(Conf c).hasRevPartialFlow(n, _, dist)
|
||||
where any(Conf c).hasPartialFlowRev(n, _, dist)
|
||||
select dist, n
|
||||
|
||||
Reference in New Issue
Block a user