Skip to content

Commit f8bd377

Browse files
authored
Merge pull request #1848 from markshannon/python-rationalize-taint-tracking
Python: Move TaintTracking.qll
2 parents a97aefe + 637677d commit f8bd377

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)