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 77 * the source may reach the sink. We do not track flow across pointer
88 * dereferences or array indexing. To track these types of flow, where the
99 * exact value may not be preserved, import
10- * `experimental. dataflow.TaintTracking`.
10+ * `semmle.python. dataflow.new .TaintTracking`.
1111 *
1212 * To use global (interprocedural) data flow, extend the class
1313 * `DataFlow::Configuration` as documented on that class. To use local
@@ -22,5 +22,5 @@ private import python
2222 * global (inter-procedural) data flow analyses.
2323 */
2424module DataFlow3 {
25- import experimental. dataflow.internal.DataFlowImpl3
25+ import semmle.python. dataflow.new .internal.DataFlowImpl3
2626}
Original file line number Diff line number Diff line change 77 * the source may reach the sink. We do not track flow across pointer
88 * dereferences or array indexing. To track these types of flow, where the
99 * exact value may not be preserved, import
10- * `experimental. dataflow.TaintTracking`.
10+ * `semmle.python. dataflow.new .TaintTracking`.
1111 *
1212 * To use global (interprocedural) data flow, extend the class
1313 * `DataFlow::Configuration` as documented on that class. To use local
@@ -22,5 +22,5 @@ private import python
2222 * global (inter-procedural) data flow analyses.
2323 */
2424module DataFlow4 {
25- import experimental. dataflow.internal.DataFlowImpl4
25+ import semmle.python. dataflow.new .internal.DataFlowImpl4
2626}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ private import python
1515 * global (inter-procedural) taint-tracking analyses.
1616 */
1717module TaintTracking3 {
18- import experimental. dataflow.internal.tainttracking3.TaintTrackingImpl
18+ import semmle.python. dataflow.new .internal.tainttracking3.TaintTrackingImpl
1919}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ private import python
1515 * global (inter-procedural) taint-tracking analyses.
1616 */
1717module TaintTracking4 {
18- import experimental. dataflow.internal.tainttracking4.TaintTrackingImpl
18+ import semmle.python. dataflow.new .internal.tainttracking4.TaintTrackingImpl
1919}
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
22
33module 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
66}
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
22
33module 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
66}
You can’t perform that action at this time.
0 commit comments