Skip to content

Commit 637677d

Browse files
committed
Python: Move TaintTracking.qll from semmle.python.security to semmle.python.dataflow, for consistency with other code.
1 parent 4f26b58 commit 637677d

File tree

6 files changed

+860
-870
lines changed

6 files changed

+860
-870
lines changed

python/ql/src/semmle/python/dataflow/Implementation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import python
2-
import semmle.python.security.TaintTracking
2+
import semmle.python.dataflow.TaintTracking
33
private import semmle.python.objects.ObjectInternal
44
private import semmle.python.pointsto.Filters as Filters
55
import semmle.python.dataflow.Legacy

0 commit comments

Comments
 (0)