зеркало из https://github.com/github/codeql.git
CPP:Move import to start of file
This commit is contained in:
Родитель
7d99d61662
Коммит
949b0a2613
|
@ -18,6 +18,7 @@ import semmle.code.cpp.security.FlowSources
|
|||
import semmle.code.cpp.security.FunctionWithWrappers
|
||||
import semmle.code.cpp.ir.IR
|
||||
import semmle.code.cpp.ir.dataflow.TaintTracking
|
||||
import SqlTainted::PathGraph
|
||||
|
||||
class SqlLikeFunction extends FunctionWithWrappers {
|
||||
SqlLikeFunction() { sqlArgument(this.getName(), _) }
|
||||
|
@ -54,8 +55,6 @@ module SqlTaintedConfig implements DataFlow::ConfigSig {
|
|||
|
||||
module SqlTainted = TaintTracking::Global<SqlTaintedConfig>;
|
||||
|
||||
import SqlTainted::PathGraph
|
||||
|
||||
from
|
||||
SqlLikeFunction runSql, Expr taintedArg, FlowSource taintSource, SqlTainted::PathNode sourceNode,
|
||||
SqlTainted::PathNode sinkNode, string callChain
|
||||
|
|
Загрузка…
Ссылка в новой задаче