mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Restrict read/write file paths access (#6582)
This commit is contained in:
@@ -4,6 +4,7 @@ import type {
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import glob from 'fast-glob';
|
||||
|
||||
export class ReadBinaryFiles implements INodeType {
|
||||
|
||||
Reference in New Issue
Block a user