mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +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.
3 lines
151 B
Plaintext
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" |
|