We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62eae5 commit f2bc584Copy full SHA for f2bc584
java/ql/src/experimental/Security/CWE/CWE-297/IgnoredHostnameVerification.ql
@@ -21,9 +21,7 @@ private class HostnameVerificationCall extends MethodAccess {
21
}
22
23
/** Holds if the result of the call is not used. */
24
- predicate isIgnored() {
25
- this = any(ExprStmt es).getExpr()
26
- }
+ predicate isIgnored() { this = any(ExprStmt es).getExpr() }
27
28
29
from HostnameVerificationCall verification
0 commit comments