зеркало из https://github.com/github/codeql.git
Formatting
This commit is contained in:
Родитель
443d0f50c1
Коммит
17218fa663
|
@ -135,7 +135,8 @@ predicate isMybatisXmlOrAnnotationSqlInjection(
|
|||
"%}") and
|
||||
annotation.getType() instanceof TypeParam and
|
||||
ma.getAnArgument() = node.asExpr() and
|
||||
annotation.getTarget() = ma.getMethod().getParameter(node.asExpr().(Argument).getParameterPos())
|
||||
annotation.getTarget() =
|
||||
ma.getMethod().getParameter(node.asExpr().(Argument).getParameterPos())
|
||||
)
|
||||
or
|
||||
// MyBatis default parameter sql injection vulnerabilities.the default parameter form of the method is arg[0...n] or param[1...n].
|
||||
|
|
Загрузка…
Ссылка в новой задаче