mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Fix typo in QLDoc
This commit is contained in:
@@ -28,7 +28,7 @@ private predicate alwaysReturnsTrue(HostnameVerifierVerify m) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
* 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
|
||||
* accepting any certificate despite a hostname mismatch.
|
||||
*/
|
||||
class TrustAllHostnameVerifier extends RefType {
|
||||
|
||||
Reference in New Issue
Block a user