Update javascript/ql/src/Security/CWE-312/CleartextLogging.qhelp

Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Kristen Newbury
2023-02-02 11:12:44 -05:00
committed by GitHub
parent dc5eb40d5f
commit 231110ddca

View File

@@ -5,7 +5,8 @@
<overview>
<p>If sensitive data is written to a log entry it is exposed. Sensitive data should not be exposed.</p>
<p>If sensitive data is written to a log entry it could be exposed to an attacker
who gains access to the logs.</p>
<p>Potential attackers can obtain sensitive user data when the log output is displayed. Additionally that data may
expose system information such as full path names, system information, and sometimes usernames and passwords.</p>