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 cb39ae7 commit 1f99559Copy full SHA for 1f99559
python/ql/src/experimental/Security/CWE-074/remoteCommandExecution/RemoteCommandExecution.ql
@@ -1,11 +1,11 @@
1
/**
2
- * @name Command execution on a remote remote server
+ * @name Command execution on a secondary remote server
3
* @description user provided command can lead to execute code on a external server that can be belong to other users or admins
4
* @kind path-problem
5
* @problem.severity error
6
* @security-severity 9.3
7
* @precision high
8
- * @id py/remote-command-injection
+ * @id py/paramiko-command-injection
9
* @tags security
10
* experimental
11
* external/cwe/cwe-074
0 commit comments