Skip to content

Commit c1bd892

Browse files
geoffw0MathiasVP
andauthored
Update cpp/ql/src/Security/CWE/CWE-311/CleartextStorage.inc.qhelp
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent b00e312 commit c1bd892

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
@@ -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 the 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>

0 commit comments

Comments
 (0)