зеркало из https://github.com/github/codeql.git
Fix singleton set literal
This commit is contained in:
Родитель
71d703f2a5
Коммит
ef260db76e
|
@ -114,7 +114,7 @@ module ActiveSupport {
|
|||
}
|
||||
|
||||
private string getExtractComponent(MethodCall mc, int i) {
|
||||
mc.getMethodName() = ["extract!"] and
|
||||
mc.getMethodName() = "extract!" and
|
||||
result = DataFlow::Content::getKnownElementIndex(mc.getArgument(i)).serialize()
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче