mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user