mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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