Skip to content

Commit 697c9f0

Browse files
committed
Elliptic curve AVCs are incorrect, but I'm not sure how to fix them generally. Putting in a stop gap to use 'isCipherAVC' for now.
1 parent 66a6029 commit 697c9f0

File tree

1 file changed

+1
-1
lines changed
  • shared/cryptography/codeql/cryptography

1 file changed

+1
-1
lines changed

shared/cryptography/codeql/cryptography/Model.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
811811
AlgorithmInstanceOrValueConsumer<KeyDerivationAlgorithmInstance, isKeyDerivationAVC/1>::Union;
812812

813813
final private class EllipticCurveAlgorithmInstanceOrValueConsumer =
814-
AlgorithmInstanceOrValueConsumer<EllipticCurveAlgorithmInstance, isKeyDerivationAVC/1>::Union;
814+
AlgorithmInstanceOrValueConsumer<EllipticCurveAlgorithmInstance, isCipherAVC/1>::Union;
815815

816816
private newtype TNode =
817817
// Artifacts (data that is not an operation or algorithm, e.g., a key)

0 commit comments

Comments
 (0)