Add more source of crypto call

This commit is contained in:
Ahmed Farid
2022-08-31 17:13:43 +01:00
committed by GitHub
parent cf83b07aae
commit 0fd684cde8

View File

@@ -122,6 +122,13 @@ private class ProduceCiphertextCall extends ProduceCryptoCall {
.getMember(["DES", "DES3", "ARC2", "ARC4", "Blowfish", "PKCS1_v1_5"])
.getMember(["ARC4Cipher", "new", "PKCS115_Cipher"])
.getMember("encrypt")
.getACall() or
this =
cryptographylib()
.getMember("ciphers")
.getMember("Cipher")
.getReturn()
.getMember("finalize")
.getACall()
}