mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
Fix small typo in good/bad code sample.
This commit is contained in:
@@ -7,6 +7,6 @@ byte[] encrypted = cipher.doFinal(input.getBytes("UTF-8"));
|
||||
// ...
|
||||
|
||||
// GOOD: AES is a strong algorithm
|
||||
Cipher des = Cipher.getInstance("AES");
|
||||
Cipher aes = Cipher.getInstance("AES");
|
||||
|
||||
// ...
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user