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