mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
We already modelled usage of the protected `MessageDigest(String algo)` constructor as a crypto algorithm specification. For some reason we did not model the more commonly used public `MessageDigest.getInstance` method.
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
| Test.java:9:4:9:8 | "DES" |
|
|
| Test.java:10:4:10:8 | "des" |
|
|
| Test.java:11:4:11:17 | "des_function" |
|
|
| Test.java:12:4:12:23 | "function_using_des" |
|
|
| Test.java:13:4:13:19 | "EncryptWithDES" |
|