Update SymmetricEncryptionAlgorithms.ql

Changing metadata to under python namespace
This commit is contained in:
Josh Brown
2023-09-19 03:25:09 +10:00
committed by Josh Brown
parent c0c2ae544b
commit 7ad2932b3f

View File

@@ -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