mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
docs: Add security warning for Execute Command node (#3665)
Co-authored-by: Justin Ellingwood <justin@n8n.io>
This commit is contained in:
committed by
GitHub
parent
b3265f8697
commit
2c90bed65c
@@ -9,6 +9,10 @@ priority: high
|
||||
|
||||
The Execute Command node runs shell commands on the host machine that runs n8n.
|
||||
|
||||
/// warning | Security considerations
|
||||
The Execute Command node can introduce significant security risks in environments that operate with untrusted users. Because of this, n8n recommends [disabling](/hosting/securing/blocking-nodes.md#exclude-nodes) it in such setups.
|
||||
///
|
||||
|
||||
/// note | Which shell runs the command?
|
||||
This node executes the command in the default shell of the host machine. For example, `cmd` on Windows and `zsh` on macOS.
|
||||
|
||||
|
||||
@@ -263,6 +263,7 @@ Typeform
|
||||
[Uu]npublish
|
||||
[Uu]nshare
|
||||
Untrash
|
||||
[Uu]ntrusted
|
||||
UpLead
|
||||
uProc
|
||||
[Uu]psert
|
||||
|
||||
Reference in New Issue
Block a user