diff --git a/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp b/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp index 5f7b4ec39ac..d76927c050e 100644 --- a/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp +++ b/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp @@ -13,14 +13,13 @@ An attack might look like this:
https://example.com.
- https://example.com.
- checkServerTrusted method to check whether it should trust the certificate.
- checkServerTrusted method of your TrustManager does not throw a CertificateException.
- TrustManager implicitly trusted it by not throwing an exception.
- https://example.com and/or alter its replies while the program thinks the connection is secure.
+ https://example.com.https://example.com.checkServerTrusted method to check whether it should trust the certificate.checkServerTrusted method of your TrustManager does not throw a CertificateException.TrustManager implicitly trusted it by not throwing an exception.https://example.com and/or alter its replies while the program thinks the connection is secure.