We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43b682 commit 14ab30cCopy full SHA for 14ab30c
powershell/ql/src/queries/security/cwe-078/DoNotUseInvokeExpression.ql
@@ -5,12 +5,12 @@
5
* @problem.severity error
6
* @security-severity 9.8
7
* @precision high
8
- * @id powershell/do-not-use-invoke-expression
+ * @id powershell/microsoft-public/do-not-use-invoke-expression
9
* @tags security
10
*/
11
import powershell
12
import semmle.code.powershell.dataflow.DataFlow
13
14
from CmdCall call
15
where call.getName() = "Invoke-Expression"
16
-select call, "Do not use Invoke-Expression. It is a command injection risk."
+select call, "Do not use Invoke-Expression. It is a command injection risk."
0 commit comments