Update CommandInjection.ql

This commit is contained in:
dilanbhalla
2025-02-06 12:04:51 -08:00
committed by GitHub
parent fa74d05211
commit c749c19db4

View File

@@ -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