mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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
108 B
Plaintext
6 lines
108 B
Plaintext
import default
|
|
import semmle.code.java.security.Encryption
|
|
|
|
from CryptoAlgoSpec s
|
|
select s, s.getAlgoSpec()
|