Python: Use proper import for semmle.python.dataflow.TaintTracking

It was moved in 637677d515, but imports were not
updated.
This commit is contained in:
Rasmus Wriedt Larsen
2020-05-25 13:45:49 +02:00
parent b9ecf1a304
commit f602f3e1c7
89 changed files with 89 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
import python
import semmle.python.security.TaintTracking
import semmle.python.dataflow.TaintTracking
import python
import semmle.python.security.SensitiveData
import semmle.python.security.Crypto