From 7ad2932b3f34e8bb99124fecfa41e57202b4a060 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Tue, 19 Sep 2023 03:25:09 +1000 Subject: [PATCH] Update SymmetricEncryptionAlgorithms.ql Changing metadata to under python namespace --- .../inventory/new_models/SymmetricEncryptionAlgorithms.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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