File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed
javascript/ql/lib/semmle/javascript/frameworks/data/internal
python/ql/lib/semmle/python/frameworks/data/internal
ruby/ql/lib/codeql/ruby/frameworks/data/internal Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ private class Unit = Specific::Unit;
72
72
73
73
private module API = Specific:: API;
74
74
75
- private module DataFlow = Specific:: DF ;
75
+ private module DataFlow = Specific:: DataFlow ;
76
76
77
77
private import Specific:: AccessPathSyntax
78
78
Original file line number Diff line number Diff line change 20
20
*/
21
21
22
22
private import javascript as JS
23
- private import JS:: DataFlow as DataFlow
24
23
private import ApiGraphModels
25
24
26
25
class Unit = JS:: Unit ;
@@ -31,6 +30,7 @@ module API = JS::API;
31
30
module DF = DataFlow;
32
31
33
32
import semmle.javascript.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
33
+ import JS:: DataFlow as DataFlow
34
34
private import AccessPathSyntax
35
35
36
36
/**
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ private class Unit = Specific::Unit;
72
72
73
73
private module API = Specific:: API;
74
74
75
- private module DataFlow = Specific:: DF ;
75
+ private module DataFlow = Specific:: DataFlow ;
76
76
77
77
private import Specific:: AccessPathSyntax
78
78
Original file line number Diff line number Diff line change 20
20
*/
21
21
22
22
private import python as PY
23
- private import semmle.python.dataflow.new.DataFlow
24
23
private import ApiGraphModels
25
24
import semmle.python.ApiGraphs:: API as API
26
25
27
26
class Unit = PY:: Unit ;
28
27
29
28
// Re-export libraries needed by ApiGraphModels.qll
30
29
import semmle.python.frameworks.data.internal.AccessPathSyntax as AccessPathSyntax
31
-
32
- module DF = DataFlow;
33
-
30
+ import semmle.python.dataflow.new.DataFlow:: DataFlow as DataFlow
34
31
private import AccessPathSyntax
35
32
36
33
/**
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ private class Unit = Specific::Unit;
72
72
73
73
private module API = Specific:: API;
74
74
75
- private module DataFlow = Specific:: DF ;
75
+ private module DataFlow = Specific:: DataFlow ;
76
76
77
77
private import Specific:: AccessPathSyntax
78
78
Original file line number Diff line number Diff line change 20
20
*/
21
21
22
22
private import ruby
23
- private import codeql.ruby.DataFlow
24
23
private import codeql.ruby.dataflow.internal.DataFlowPrivate as DataFlowPrivate
25
24
private import ApiGraphModels
26
25
@@ -29,7 +28,7 @@ class Unit = DataFlowPrivate::Unit;
29
28
// Re-export libraries needed by ApiGraphModels.qll
30
29
import codeql.ruby.ApiGraphs
31
30
import codeql.ruby.dataflow.internal.AccessPathSyntax as AccessPathSyntax
32
- import codeql.ruby.dataflow.internal.DataFlowPublic as DF
31
+ import codeql.ruby.DataFlow :: DataFlow as DataFlow
33
32
private import AccessPathSyntax
34
33
private import codeql.ruby.dataflow.internal.FlowSummaryImplSpecific as FlowSummaryImplSpecific
35
34
private import codeql.ruby.dataflow.internal.DataFlowDispatch as DataFlowDispatch
You can’t perform that action at this time.
0 commit comments