mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
formatting
This commit is contained in:
@@ -189,9 +189,7 @@ private class UnexploitableExistsCharacteristic extends CharacteristicsImpl::Not
|
||||
not FrameworkCandidatesImpl::isSink(e, _) and
|
||||
exists(Callable callable |
|
||||
callable = getCallable(e) and
|
||||
(
|
||||
callable.getName().toLowerCase() = ["exists", "notexists"]
|
||||
) and
|
||||
callable.getName().toLowerCase() = ["exists", "notexists"] and
|
||||
callable.getReturnType() instanceof BooleanType
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user