File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
python/ql/src/semmle/python/dataflow/new Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
* the source may reach the sink. We do not track flow across pointer
8
8
* dereferences or array indexing. To track these types of flow, where the
9
9
* exact value may not be preserved, import
10
- * `experimental. dataflow.TaintTracking`.
10
+ * `semmle.python. dataflow.new .TaintTracking`.
11
11
*
12
12
* To use global (interprocedural) data flow, extend the class
13
13
* `DataFlow::Configuration` as documented on that class. To use local
@@ -22,5 +22,5 @@ private import python
22
22
* global (inter-procedural) data flow analyses.
23
23
*/
24
24
module DataFlow3 {
25
- import experimental. dataflow.internal.DataFlowImpl3
25
+ import semmle.python. dataflow.new .internal.DataFlowImpl3
26
26
}
Original file line number Diff line number Diff line change 7
7
* the source may reach the sink. We do not track flow across pointer
8
8
* dereferences or array indexing. To track these types of flow, where the
9
9
* exact value may not be preserved, import
10
- * `experimental. dataflow.TaintTracking`.
10
+ * `semmle.python. dataflow.new .TaintTracking`.
11
11
*
12
12
* To use global (interprocedural) data flow, extend the class
13
13
* `DataFlow::Configuration` as documented on that class. To use local
@@ -22,5 +22,5 @@ private import python
22
22
* global (inter-procedural) data flow analyses.
23
23
*/
24
24
module DataFlow4 {
25
- import experimental. dataflow.internal.DataFlowImpl4
25
+ import semmle.python. dataflow.new .internal.DataFlowImpl4
26
26
}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ private import python
15
15
* global (inter-procedural) taint-tracking analyses.
16
16
*/
17
17
module TaintTracking3 {
18
- import experimental. dataflow.internal.tainttracking3.TaintTrackingImpl
18
+ import semmle.python. dataflow.new .internal.tainttracking3.TaintTrackingImpl
19
19
}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ private import python
15
15
* global (inter-procedural) taint-tracking analyses.
16
16
*/
17
17
module TaintTracking4 {
18
- import experimental. dataflow.internal.tainttracking4.TaintTrackingImpl
18
+ import semmle.python. dataflow.new .internal.tainttracking4.TaintTrackingImpl
19
19
}
Original file line number Diff line number Diff line change 1
- import experimental. dataflow.internal.TaintTrackingPublic as Public
1
+ import semmle.python. dataflow.new .internal.TaintTrackingPublic as Public
2
2
3
3
module Private {
4
- import experimental. dataflow.DataFlow3:: DataFlow3 as DataFlow
5
- import experimental. dataflow.internal.TaintTrackingPrivate
4
+ import semmle.python. dataflow.new .DataFlow3:: DataFlow3 as DataFlow
5
+ import semmle.python. dataflow.new .internal.TaintTrackingPrivate
6
6
}
Original file line number Diff line number Diff line change 1
- import experimental. dataflow.internal.TaintTrackingPublic as Public
1
+ import semmle.python. dataflow.new .internal.TaintTrackingPublic as Public
2
2
3
3
module Private {
4
- import experimental. dataflow.DataFlow4:: DataFlow4 as DataFlow
5
- import experimental. dataflow.internal.TaintTrackingPrivate
4
+ import semmle.python. dataflow.new .DataFlow4:: DataFlow4 as DataFlow
5
+ import semmle.python. dataflow.new .internal.TaintTrackingPrivate
6
6
}
You can’t perform that action at this time.
0 commit comments