mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C#: Fix typo.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace HardcodedSymmetricEncryptionKey
|
||||
// GOOD (this function hashes password)
|
||||
var de = DecryptWithPassword(ct, c, iv);
|
||||
|
||||
// BAD: harc-coded password passed to Decrypt
|
||||
// BAD: hard-coded password passed to Decrypt
|
||||
var de1 = Decrypt(ct, c, iv);
|
||||
|
||||
// BAD [NOT DETECTED]
|
||||
|
||||
Reference in New Issue
Block a user