fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-21 11:21:04 +01:00
committed by GitHub
parent 26a20ed47e
commit f0f8d59fee
6 changed files with 103 additions and 59 deletions

View File

@@ -1,3 +1,5 @@
import 'reflect-metadata';
jest.mock('@sentry/node');
jest.mock('@n8n_io/license-sdk');
jest.mock('@/telemetry');