mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add more source of crypto call
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user