зеркало из https://github.com/github/codeql.git
Swift: Fix comment.
This commit is contained in:
Родитель
aa5c893d5e
Коммит
edb6325117
|
@ -162,7 +162,7 @@ class StringLengthConflationConfiguration extends DataFlow::Configuration {
|
||||||
call.getStaticTarget() = funcDecl and
|
call.getStaticTarget() = funcDecl and
|
||||||
flowstate = "String"
|
flowstate = "String"
|
||||||
) and
|
) and
|
||||||
// match up `funcName`, `paramName`, `arg`, `node`.
|
// match up `funcName`, `arg`, `node`.
|
||||||
funcDecl.getName() = funcName and
|
funcDecl.getName() = funcName and
|
||||||
call.getArgument(arg).getExpr() = node.asExpr()
|
call.getArgument(arg).getExpr() = node.asExpr()
|
||||||
)
|
)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче