diff --git a/powershell/ql/src/experimental/CommandInjection.ql b/powershell/ql/src/experimental/CommandInjection.ql index c7bc85dbcce..01dff40c9f1 100644 --- a/powershell/ql/src/experimental/CommandInjection.ql +++ b/powershell/ql/src/experimental/CommandInjection.ql @@ -2,7 +2,7 @@ * @name Command Injection * @description Variable expression executed as command * @kind problem - * @id powershell/tainted-command + * @id powershell/microsoft-public/tainted-command * @problem.severity warning * @precision low * @tags security