From fa74d052116db0d7574fa5c43220f701e6cee71f Mon Sep 17 00:00:00 2001 From: dilanbhalla <35575727+dilanbhalla@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:04:39 -0800 Subject: [PATCH] Update CommandInjection.ql --- powershell/ql/src/queries/security/cwe-078/CommandInjection.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell/ql/src/queries/security/cwe-078/CommandInjection.ql b/powershell/ql/src/queries/security/cwe-078/CommandInjection.ql index ca28bea3aa0..1f50bb22495 100644 --- a/powershell/ql/src/queries/security/cwe-078/CommandInjection.ql +++ b/powershell/ql/src/queries/security/cwe-078/CommandInjection.ql @@ -6,7 +6,7 @@ * @problem.severity error * @security-severity 9.8 * @precision high - * @id powershell/command-injection + * @id powershell/microsoft-public/command-injection * @tags correctness * security * external/cwe/cwe-078