mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Apply suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<overview>
|
||||
<p>
|
||||
Hardcoded passwords, keys, initialization vectors and salts should not be used for cryptographic operations.
|
||||
Hardcoded passwords, keys, initialization vectors, and salts should not be used for cryptographic operations.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
@@ -23,7 +23,7 @@ Hardcoded passwords, keys, initialization vectors and salts should not be used f
|
||||
<recommendation>
|
||||
|
||||
<p>
|
||||
Use randomly generated key material, initialization vectors and salts. Use strong passwords that are not hardcoded.
|
||||
Use randomly generated key material, initialization vectors, and salts. Use strong passwords that are not hardcoded.
|
||||
</p>
|
||||
|
||||
</recommendation>
|
||||
|
||||
Reference in New Issue
Block a user