mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
autoformat
This commit is contained in:
@@ -77,9 +77,7 @@ module OpenUrlRedirect {
|
||||
|
||||
bindingset[var, w]
|
||||
pragma[inline_late]
|
||||
private predicate useIsDominated(
|
||||
SsaWithFields var, Write w, DataFlow::ReadNode sanitizedRead
|
||||
) {
|
||||
private predicate useIsDominated(SsaWithFields var, Write w, DataFlow::ReadNode sanitizedRead) {
|
||||
w.dominatesNode(sanitizedRead.asInstruction()) and
|
||||
sanitizedRead = var.getAUse()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user