mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Python: update to new API
update is in a comment, so compilation never failed in CI.
This commit is contained in:
@@ -23,7 +23,7 @@ module Flows = TaintTracking::Global<Config>;
|
||||
import Flows::PathGraph
|
||||
|
||||
// int explorationLimit() { result = 5 }
|
||||
// module FlowsPartial = Flows::FlowExploration<explorationLimit/0>;
|
||||
// module FlowsPartial = Flows::FlowExplorationFwd<explorationLimit/0>;
|
||||
// import FlowsPartial::PartialPathGraph
|
||||
from Flows::PathNode source, Flows::PathNode sink
|
||||
where Flows::flowPath(source, sink)
|
||||
|
||||
Reference in New Issue
Block a user