This commit is contained in:
Geoffrey White 2022-11-28 16:11:07 +00:00
Родитель aa5c893d5e
Коммит edb6325117
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -162,7 +162,7 @@ class StringLengthConflationConfiguration extends DataFlow::Configuration {
call.getStaticTarget() = funcDecl and
flowstate = "String"
) and
// match up `funcName`, `paramName`, `arg`, `node`.
// match up `funcName`, `arg`, `node`.
funcDecl.getName() = funcName and
call.getArgument(arg).getExpr() = node.asExpr()
)