We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6901d9d commit 10323acCopy full SHA for 10323ac
cpp/ql/src/Security/CWE/CWE-311/CleartextStorage.inc.qhelp
@@ -9,7 +9,7 @@ storage.</p>
9
</overview>
10
<recommendation>
11
12
-<p>Ensure that sensitive information is always encrypted before being stored or transmitted, especially before writing to a file.
+<p>Ensure that sensitive information is always encrypted before being stored to a file or transmitted over the network.
13
It may be wise to encrypt information before it is put into a buffer that may be readable in memory.</p>
14
15
<p>In general, decrypt sensitive information only at the point where it is necessary for it to be used in
0 commit comments