Skip to content

Commit 0bf8265

Browse files
Rust: Apply qhelp suggestions from review
Co-authored-by: mc <[email protected]>
1 parent fb71866 commit 0bf8265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/ql/src/queries/security/CWE-311/CleartextTransmission.qhelp

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cleartext, and should not contain sensitive information.
2929

3030
<p>
3131
In the 'GOOD' cases, the data is either not sensitive, or is protected with
32-
encryption. When encryption is used, take care to select a secure modern
32+
encryption. When encryption is used, ensure that you select a secure modern
3333
encryption algorithm, and put suitable key management practices into place.
3434
</p>
3535

@@ -40,7 +40,7 @@ encryption algorithm, and put suitable key management practices into place.
4040

4141
<li>
4242
OWASP Top 10:2021:
43-
<a href="https://owasp.org/Top10/A02_2021-Cryptographic_Failures/">A02:2021 Cryptographic Failures</a>.
43+
<a href="https://owasp.org/Top10/A02_2021-Cryptographic_Failures/">A02:2021 - Cryptographic Failures</a>.
4444
</li>
4545
<li>
4646
OWASP:

0 commit comments

Comments
 (0)