diff --git a/go/ql/src/Security/CWE-312/CleartextLogging.qhelp b/go/ql/src/Security/CWE-312/CleartextLogging.qhelp
index e8326e59999b..9e35d1713678 100644
--- a/go/ql/src/Security/CWE-312/CleartextLogging.qhelp
+++ b/go/ql/src/Security/CWE-312/CleartextLogging.qhelp
@@ -44,7 +44,7 @@ Instead, the credentials should be encrypted, obfuscated, or omitted entirely:
M. Dowd, J. McDonald and J. Schuhm, The Art of Software Security Assessment, 1st Edition, Chapter 2 - 'Common Vulnerabilities of Encryption', p. 43. Addison Wesley, 2006.
M. Howard and D. LeBlanc, Writing Secure Code, 2nd Edition, Chapter 9 - 'Protecting Secret Data', p. 299. Microsoft, 2002.
-OWASP: Password Plaintext Storage.
+OWASP: Logging Cheat Sheet.
diff --git a/swift/ql/src/queries/Security/CWE-312/CleartextLogging.qhelp b/swift/ql/src/queries/Security/CWE-312/CleartextLogging.qhelp
index 5959fe5ef8df..8de3f21878f0 100644
--- a/swift/ql/src/queries/Security/CWE-312/CleartextLogging.qhelp
+++ b/swift/ql/src/queries/Security/CWE-312/CleartextLogging.qhelp
@@ -40,7 +40,7 @@ Instead, you should encrypt or obfuscate the credentials, or omit them entirely:
M. Dowd, J. McDonald and J. Schuhm, The Art of Software Security Assessment, 1st Edition, Chapter 2 - 'Common Vulnerabilities of Encryption', p. 43. Addison Wesley, 2006.
M. Howard and D. LeBlanc, Writing Secure Code, 2nd Edition, Chapter 9 - 'Protecting Secret Data', p. 299. Microsoft, 2002.
-OWASP: Password Plaintext Storage.
+OWASP: Logging Cheat Sheet.