mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +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.