diff --git a/powershell/ql/src/queries/security/cwe-078/DoNotUseInvokeExpression.ql b/powershell/ql/src/queries/security/cwe-078/DoNotUseInvokeExpression.ql index c0b88293a01..561b776f5ff 100644 --- a/powershell/ql/src/queries/security/cwe-078/DoNotUseInvokeExpression.ql +++ b/powershell/ql/src/queries/security/cwe-078/DoNotUseInvokeExpression.ql @@ -5,7 +5,7 @@ * @problem.severity error * @security-severity 9.8 * @precision high - * @id powershell/do-not-use-invoke-expression + * @id powershell/microsoft-public/do-not-use-invoke-expression * @tags security */ import powershell @@ -13,4 +13,4 @@ import semmle.code.powershell.dataflow.DataFlow from CmdCall call where call.getName() = "Invoke-Expression" -select call, "Do not use Invoke-Expression. It is a command injection risk." \ No newline at end of file +select call, "Do not use Invoke-Expression. It is a command injection risk."