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 34f5e4e commit dbd66e6Copy full SHA for dbd66e6
java/ql/lib/experimental/quantum/JCA.qll
@@ -611,6 +611,8 @@ module JCAModel {
611
}
612
613
class CipherOperationInstance extends Crypto::KeyOperationInstance instanceof CipherOperationCall {
614
+ CipherOperationInstance() { not this.isIntermediate() }
615
+
616
override Crypto::KeyOperationSubtype getKeyOperationSubtype() {
617
if CipherFlowAnalysisImpl::hasInit(this)
618
then result = CipherFlowAnalysisImpl::getInitFromUse(this, _, _).getCipherOperationModeType()
0 commit comments