Skip to content

Commit 10323ac

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/Security/CWE/CWE-311/CleartextStorage.inc.qhelp
Co-authored-by: Jonas Jensen <[email protected]>
1 parent 6901d9d commit 10323ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-311/CleartextStorage.inc.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ storage.</p>
99
</overview>
1010
<recommendation>
1111

12-
<p>Ensure that sensitive information is always encrypted before being stored or transmitted, especially before writing to a file.
12+
<p>Ensure that sensitive information is always encrypted before being stored to a file or transmitted over the network.
1313
It may be wise to encrypt information before it is put into a buffer that may be readable in memory.</p>
1414

1515
<p>In general, decrypt sensitive information only at the point where it is necessary for it to be used in

0 commit comments

Comments
 (0)