mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Rust: Tweak some wording.
This commit is contained in:
@@ -80,7 +80,7 @@ module HardcodedCryptographicValue {
|
||||
}
|
||||
|
||||
/**
|
||||
* A sink for hardcoded cryptographic value from model data.
|
||||
* An externally modeled sink for hardcoded cryptographic value vulnerabilities.
|
||||
*/
|
||||
private class ModelsAsDataSinks extends Sink {
|
||||
CryptographicValueKind kind;
|
||||
|
||||
@@ -12,10 +12,10 @@ Hardcoded passwords, keys, initialization vectors and salts should not be used f
|
||||
Attackers can easily recover hardcoded values if they have access to the source code or compiled executable.
|
||||
</li>
|
||||
<li>
|
||||
Some hardcoded values may be easily guessable.
|
||||
Some hardcoded values are easily guessable.
|
||||
</li>
|
||||
<li>
|
||||
Hardcoded values may leave cryptographic operations vulnerable to dictionary attacks, rainbow tables, and other forms of cryptanalysis.
|
||||
Use of hardcoded values may leave cryptographic operations vulnerable to dictionary attacks, rainbow tables, and other forms of cryptanalysis.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -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 in source code.
|
||||
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