Revert "update id of the query file"

This reverts commit 1f112467ce.
This commit is contained in:
am0o0
2024-06-18 17:33:07 +02:00
parent cb39ae7dd3
commit 1f99559e9f

View File

@@ -1,11 +1,11 @@
/**
* @name Command execution on a remote remote server
* @name Command execution on a secondary remote server
* @description user provided command can lead to execute code on a external server that can be belong to other users or admins
* @kind path-problem
* @problem.severity error
* @security-severity 9.3
* @precision high
* @id py/remote-command-injection
* @id py/paramiko-command-injection
* @tags security
* experimental
* external/cwe/cwe-074