mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Crypto: Fix JCA to account for new key gen instance API in model.qll.
This commit is contained in:
@@ -1104,7 +1104,9 @@ module JCAModel {
|
||||
|
||||
override int getKeySizeFixed() { none() }
|
||||
|
||||
override Crypto::ConsumerInputDataFlowNode getRawKeyValueConsumer() { none() }
|
||||
override Crypto::ConsumerInputDataFlowNode getKeyValueConsumer() { none() }
|
||||
|
||||
override predicate hasKeyValueConsumer() { none() }
|
||||
}
|
||||
|
||||
class KeyGeneratorCipherAlgorithm extends CipherStringLiteralAlgorithmInstance {
|
||||
|
||||
Reference in New Issue
Block a user