Skip to content

Commit e84a98b

Browse files
geoffw0mchammer01
andauthored
Apply suggestions from code review
Co-authored-by: mc <[email protected]>
1 parent b4e710f commit e84a98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/ql/src/queries/security/CWE-798/HardcodedCryptographicValue.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<overview>
77
<p>
8-
Hardcoded passwords, keys, initialization vectors and salts should not be used for cryptographic operations.
8+
Hardcoded passwords, keys, initialization vectors, and salts should not be used for cryptographic operations.
99
</p>
1010
<ul>
1111
<li>
@@ -23,7 +23,7 @@ Hardcoded passwords, keys, initialization vectors and salts should not be used f
2323
<recommendation>
2424

2525
<p>
26-
Use randomly generated key material, initialization vectors and salts. Use strong passwords that are not hardcoded.
26+
Use randomly generated key material, initialization vectors, and salts. Use strong passwords that are not hardcoded.
2727
</p>
2828

2929
</recommendation>

0 commit comments

Comments
 (0)