mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Adjust to data flow refactor
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
private import DataFlowImplSpecific
|
private import DataFlowImplSpecific
|
||||||
private import codeql.dataflow.DataFlowImpl
|
private import codeql.dataflow.internal.DataFlowImpl
|
||||||
import MakeImpl<PythonDataFlow>
|
import MakeImpl<PythonDataFlow>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
private import DataFlowImplSpecific
|
private import DataFlowImplSpecific
|
||||||
private import codeql.dataflow.DataFlowImplCommon
|
private import codeql.dataflow.internal.DataFlowImplCommon
|
||||||
import MakeImplCommon<PythonDataFlow>
|
import MakeImplCommon<PythonDataFlow>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Provides Python-specific definitions for use in the data flow library.
|
* Provides Python-specific definitions for use in the data flow library.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private import codeql.dataflow.DataFlowParameter
|
private import codeql.dataflow.DataFlow
|
||||||
// we need to export `Unit` for the DataFlowImpl* files
|
// we need to export `Unit` for the DataFlowImpl* files
|
||||||
private import python as Python
|
private import python as Python
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ module Public {
|
|||||||
import DataFlowUtil
|
import DataFlowUtil
|
||||||
}
|
}
|
||||||
|
|
||||||
module PythonDataFlow implements DataFlowParameter {
|
module PythonDataFlow implements InputSig {
|
||||||
import Private
|
import Private
|
||||||
import Public
|
import Public
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user