This commit is contained in:
Chris Smowton
2022-02-14 17:00:14 +00:00
parent a62eae5a1e
commit f2bc5849ce

View File

@@ -21,9 +21,7 @@ private class HostnameVerificationCall extends MethodAccess {
}
/** Holds if the result of the call is not used. */
predicate isIgnored() {
this = any(ExprStmt es).getExpr()
}
predicate isIgnored() { this = any(ExprStmt es).getExpr() }
}
from HostnameVerificationCall verification