We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505d880 commit dc8d22aCopy full SHA for dc8d22a
java/ql/lib/experimental/quantum/JCA.qll
@@ -1104,7 +1104,9 @@ module JCAModel {
1104
1105
override int getKeySizeFixed() { none() }
1106
1107
- override Crypto::ConsumerInputDataFlowNode getRawKeyValueConsumer() { none() }
+ override Crypto::ConsumerInputDataFlowNode getKeyValueConsumer() { none() }
1108
+
1109
+ override predicate hasKeyValueConsumer() { none() }
1110
}
1111
1112
class KeyGeneratorCipherAlgorithm extends CipherStringLiteralAlgorithmInstance {
0 commit comments