Skip to content

Commit 1f99559

Browse files
committed
Revert "update id of the query file"
This reverts commit 1f11246.
1 parent cb39ae7 commit 1f99559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/Security/CWE-074/remoteCommandExecution/RemoteCommandExecution.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* @name Command execution on a remote remote server
2+
* @name Command execution on a secondary remote server
33
* @description user provided command can lead to execute code on a external server that can be belong to other users or admins
44
* @kind path-problem
55
* @problem.severity error
66
* @security-severity 9.3
77
* @precision high
8-
* @id py/remote-command-injection
8+
* @id py/paramiko-command-injection
99
* @tags security
1010
* experimental
1111
* external/cwe/cwe-074

0 commit comments

Comments
 (0)