diff --git a/python/ql/src/experimental/cryptography/inventory/new_models/SymmetricEncryptionAlgorithms.ql b/python/ql/src/experimental/cryptography/inventory/new_models/SymmetricEncryptionAlgorithms.ql index cc60cd20c54..15122c49bf2 100644 --- a/python/ql/src/experimental/cryptography/inventory/new_models/SymmetricEncryptionAlgorithms.ql +++ b/python/ql/src/experimental/cryptography/inventory/new_models/SymmetricEncryptionAlgorithms.ql @@ -2,7 +2,7 @@ * @name Symmetric Encryption Algorithms * @description Finds all potential usage of symmetric encryption algorithms using the supported libraries. * @kind problem - * @id cpp/quantum-readiness/cbom/symmetric-encryption-algorithms + * @id py/quantum-readiness/cbom/symmetric-encryption-algorithms * @problem.severity error * @precision high * @tags security