File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
private import DataFlowImplSpecific
2
- private import codeql.dataflow.DataFlowImpl
2
+ private import codeql.dataflow.internal. DataFlowImpl
3
3
import MakeImpl< PythonDataFlow >
Original file line number Diff line number Diff line change 1
1
private import DataFlowImplSpecific
2
- private import codeql.dataflow.DataFlowImplCommon
2
+ private import codeql.dataflow.internal. DataFlowImplCommon
3
3
import MakeImplCommon< PythonDataFlow >
Original file line number Diff line number Diff line change 2
2
* Provides Python-specific definitions for use in the data flow library.
3
3
*/
4
4
5
- private import codeql.dataflow.DataFlowParameter
5
+ private import codeql.dataflow.DataFlow
6
6
// we need to export `Unit` for the DataFlowImpl* files
7
7
private import python as Python
8
8
@@ -15,7 +15,7 @@ module Public {
15
15
import DataFlowUtil
16
16
}
17
17
18
- module PythonDataFlow implements DataFlowParameter {
18
+ module PythonDataFlow implements InputSig {
19
19
import Private
20
20
import Public
21
21
You can’t perform that action at this time.
0 commit comments