Files
codeql/java/ql/test/library-tests/Encryption/whitelist.expected
Arthur Baars 59869ace63 Java: teach Encryption.qll about MessageDigest.getInstance
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.
2020-04-25 00:41:10 +02:00

3 lines
74 B
Plaintext

| Test.java:16:4:16:8 | "AES" |
| Test.java:17:4:17:17 | "AES_function" |