Crypto: Fix JCA to account for new key gen instance API in model.qll.

This commit is contained in:
REDMOND\brodes
2025-06-26 15:48:10 -04:00
parent 505d8806c7
commit dc8d22a468

View File

@@ -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 {