diff --git a/powershell/ql/src/experimental/CommandInjection.ql b/powershell/ql/src/experimental/CommandInjection.ql index 960fb127221..e32f5aedd71 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/command-injection + * @id powershell/tainted-command * @problem.severity warning * @precision low * @tags security