fix(core): Prevent prototype pollution in task runner (#12588)

This commit is contained in:
Iván Ovejero
2025-01-15 09:51:42 +01:00
committed by GitHub
parent 674ba3c59a
commit bdf266cf55
5 changed files with 99 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
"command": "/usr/local/bin/node",
"args": [
"--disallow-code-generation-from-strings",
"--disable-proto=delete",
"/usr/local/lib/node_modules/n8n/node_modules/@n8n/task-runner/dist/start.js"
],
"allowed-env": [