From 04df556861676d101ba345c147f969f75419dd4d Mon Sep 17 00:00:00 2001 From: Joe Farebrother Date: Tue, 19 Jul 2022 14:08:28 +0100 Subject: [PATCH] Add suggested reference --- .../CWE/CWE-295/ImproperWebViewCertificateValidation.qhelp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/ql/src/Security/CWE/CWE-295/ImproperWebViewCertificateValidation.qhelp b/java/ql/src/Security/CWE/CWE-295/ImproperWebViewCertificateValidation.qhelp index 8fb725ff082..2a8d3b58a4c 100644 --- a/java/ql/src/Security/CWE/CWE-295/ImproperWebViewCertificateValidation.qhelp +++ b/java/ql/src/Security/CWE/CWE-295/ImproperWebViewCertificateValidation.qhelp @@ -39,5 +39,8 @@ In the second (good) example, only certificates signed by a certain public key a +
  • +WebViewClient.onReceivedSslError documentation. +