From 105e19e8e1228fa868480dc26a05d632fdc089bd Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 3 Sep 2024 18:36:08 +0100 Subject: [PATCH] PS: New id to avoid overlapping with the internal query. --- 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 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