Skip to content

Commit 27314aa

Browse files
geoffw0subatoi
andauthored
Apply suggestions from code review
Co-authored-by: Ben Ahmady <[email protected]>
1 parent c1bd892 commit 27314aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -24,7 +24,7 @@ storing them.</p>
2424

2525
<sample src="CleartextStorage.c" />
2626

27-
<p>Note that for the good example to work we need to link against an encryption library (in this case libsodium),
27+
<p>Note that for the 'GOOD' example to work we need to link against an encryption library (in this case libsodium),
2828
initialize it with a call to <code>sodium_init</code>, and create the key and nonce with
2929
<code>crypto_secretbox_keygen</code> and <code>randombytes_buf</code> respectively. We also need to store those
3030
details securely so they can be used for decryption.</p>

cpp/ql/src/Security/CWE/CWE-313/CleartextSqliteDatabase.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In the 'GOOD' case, the database (and thus the credentials) are encrypted.</p>
2020

2121
<sample src="CleartextSqliteDatabase.c" />
2222

23-
<p>Note that for the good example to work we need to provide a secret key. Secure key generation and storage is required.</p>
23+
<p>Note that for the 'GOOD' example to work we need to provide a secret key. Secure key generation and storage is required.</p>
2424

2525
</example>
2626
<references>

0 commit comments

Comments
 (0)