From c749c19db49e2df12a05bc1a0ae8c5819f086b1d Mon Sep 17 00:00:00 2001 From: dilanbhalla <35575727+dilanbhalla@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:04:51 -0800 Subject: [PATCH] Update CommandInjection.ql --- powershell/ql/src/experimental/CommandInjection.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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