Skip to content

Commit dc8d22a

Browse files
committed
Crypto: Fix JCA to account for new key gen instance API in model.qll.
1 parent 505d880 commit dc8d22a

File tree

1 file changed

+3
-1
lines changed
  • java/ql/lib/experimental/quantum

1 file changed

+3
-1
lines changed

java/ql/lib/experimental/quantum/JCA.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,9 @@ module JCAModel {
11041104

11051105
override int getKeySizeFixed() { none() }
11061106

1107-
override Crypto::ConsumerInputDataFlowNode getRawKeyValueConsumer() { none() }
1107+
override Crypto::ConsumerInputDataFlowNode getKeyValueConsumer() { none() }
1108+
1109+
override predicate hasKeyValueConsumer() { none() }
11081110
}
11091111

11101112
class KeyGeneratorCipherAlgorithm extends CipherStringLiteralAlgorithmInstance {

0 commit comments

Comments
 (0)