mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Fix imports
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
*/
|
||||
|
||||
import python
|
||||
import semmle.python.dataflow.new.RemoteFlowSources
|
||||
import semmle.python.dataflow.new.DataFlow
|
||||
import semmle.python.dataflow.new.TaintTracking
|
||||
// https://ghsecuritylab.slack.com/archives/CQJU6RN49/p1617022135088100
|
||||
import semmle.python.dataflow.new.TaintTracking2
|
||||
import experimental.semmle.python.security.injection.NoSQLInjection
|
||||
import DataFlow::PathGraph
|
||||
// from, where, select statements
|
||||
|
||||
@@ -2,6 +2,8 @@ import python
|
||||
import experimental.semmle.python.Concepts
|
||||
import semmle.python.dataflow.new.DataFlow
|
||||
import semmle.python.dataflow.new.TaintTracking
|
||||
// https://ghsecuritylab.slack.com/archives/CQJU6RN49/p1617022135088100
|
||||
import semmle.python.dataflow.new.TaintTracking2
|
||||
import semmle.python.dataflow.new.RemoteFlowSources
|
||||
import semmle.python.ApiGraphs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user