Skip to content

Commit 83b0d07

Browse files
committed
Fix typo in QLDoc
1 parent 1c661fd commit 83b0d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-297/UnsafeHostnameVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private predicate alwaysReturnsTrue(HostnameVerifierVerify m) {
2828
}
2929

3030
/**
31-
* A class that s the `javax.net.ssl.HostnameVerifier.verify` method and **always** returns `true` (though it could also exit due to an uncaught exception), thus
31+
* A class that overrides the `javax.net.ssl.HostnameVerifier.verify` method and **always** returns `true` (though it could also exit due to an uncaught exception), thus
3232
* accepting any certificate despite a hostname mismatch.
3333
*/
3434
class TrustAllHostnameVerifier extends RefType {

0 commit comments

Comments
 (0)