mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522)
This commit is contained in:
committed by
GitHub
parent
26a20ed47e
commit
f0f8d59fee
@@ -1,3 +1,5 @@
|
||||
import 'reflect-metadata';
|
||||
|
||||
jest.mock('@sentry/node');
|
||||
jest.mock('@n8n_io/license-sdk');
|
||||
jest.mock('@/telemetry');
|
||||
|
||||
Reference in New Issue
Block a user