fix(core): Restrict read/write file paths access (#6582)

This commit is contained in:
Michael Kret
2023-07-31 15:20:39 +03:00
committed by GitHub
parent 7cd45885bf
commit f6bf9e9887
8 changed files with 141 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ import type {
INodeType,
INodeTypeDescription,
} from 'n8n-workflow';
import glob from 'fast-glob';
export class ReadBinaryFiles implements INodeType {