Skip to content

Commit a98f4c2

Browse files
committed
Crypto: Code scanning warning fix.
1 parent ff93045 commit a98f4c2

File tree

1 file changed

+1
-1
lines changed
  • shared/quantum/codeql/quantum/experimental

1 file changed

+1
-1
lines changed

shared/quantum/codeql/quantum/experimental/Model.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
15971597
final class MacOperationNode extends SignatureOrMacOperationNode {
15981598
MacOperationNode() {
15991599
this.getKeyOperationSubtype() = TMacMode() and
1600-
// If the type type could be a mac, then we will not consider it a mac operation exclusively.
1600+
// If the type could be a mac, then we will not consider it a mac operation exclusively.
16011601
not exists(KeyOperationSubtype t | t = this.getKeyOperationSubtype() and t = TMacMode())
16021602
}
16031603

0 commit comments

Comments
 (0)