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

6 lines
108 B
Plaintext

import default
import semmle.code.java.security.Encryption
from CryptoAlgoSpec s
select s, s.getAlgoSpec()