Files
codeql/java/ql/test/library-tests/Encryption/cryptoalgospec.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
151 B
Plaintext

| Test.java:35:4:35:17 | super(...) | Test.java:35:10:35:15 | "some" |
| Test.java:39:3:39:38 | getInstance(...) | Test.java:39:29:39:37 | "another" |