diff --git a/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp b/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp index 99746477a34..349c7640b5f 100644 --- a/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp +++ b/java/ql/src/Security/CWE/CWE-295/InsecureTrustManager.qhelp @@ -4,8 +4,8 @@

-If the checkServerTrusted method of a TrustManager never throws a CertificateException it trusts every certificate. -This allows an attacker to perform a machine-in-the-middle attack against the application therefore breaking any security Transport Layer Security (TLS) gives. +If the checkServerTrusted method of a TrustManager never throws a CertificateException, it trusts every certificate. +This allows an attacker to perform a machine-in-the-middle attack against the application, therefore breaking any security Transport Layer Security (TLS) gives.

@@ -42,6 +42,6 @@ is loaded into a KeyStore. This explicitly defines the certificate -

  • Android Develoers:Security with HTTPS and SSL.
  • +
  • Android Developers: Security with HTTPS and SSL.