We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dbacbc + cf7189b commit 7f880a2Copy full SHA for 7f880a2
java/ql/src/Security/CWE/CWE-327/BrokenCryptoAlgorithm.java
@@ -7,6 +7,6 @@
7
// ...
8
9
// GOOD: AES is a strong algorithm
10
-Cipher des = Cipher.getInstance("AES");
+Cipher aes = Cipher.getInstance("AES");
11
12
-// ...
+// ...
0 commit comments