mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Code Node): Disable WASM to address CVE-2023-37903 (#7122)
[GH Advisory](https://github.com/advisories/GHSA-g644-9gfx-q4q4)
This commit is contained in:
committed by
GitHub
parent
4f203fc37e
commit
36a8e911e6
@@ -42,6 +42,7 @@ export class JavaScriptSandbox extends Sandbox {
|
||||
console: 'redirect',
|
||||
sandbox: context,
|
||||
require: vmResolver,
|
||||
wasm: false,
|
||||
});
|
||||
|
||||
this.vm.on('console.log', (...args: unknown[]) => this.emit('output', ...args));
|
||||
|
||||
Reference in New Issue
Block a user