mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Improve JCA aes alg model, add test
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
*/
|
||||
|
||||
import experimental.Quantum.Language
|
||||
//import java
|
||||
|
||||
from Crypto::NodeBase node
|
||||
select node
|
||||
|
||||
// from Class t
|
||||
// where t.hasQualifiedName("javax.crypto", "CipherSpi")
|
||||
// select t, t.getADescendant*()
|
||||
from JCAModel::AESLiteral l
|
||||
select l, l.getAlg(), l.getMode().getValue(), l.getPadding().getValue()
|
||||
Reference in New Issue
Block a user