get ParamSource.ql to compile by deleting import that got deleted - I have no if this is a good change

This commit is contained in:
erik-krogh
2023-06-12 14:43:48 +02:00
parent 3a436d1f84
commit e463819bc2

View File

@@ -1,7 +1,5 @@
import python
import semmle.python.dataflow.TaintTracking
/* Standard library sink */
import semmle.python.security.injection.Command
class TestKind extends TaintKind {
TestKind() { this = "test" }