mirror of
https://github.com/github/codeql.git
synced 2026-02-17 15:33:45 +01: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