test(core): Test security validation in native Python runner (#19146)

This commit is contained in:
Iván Ovejero
2025-09-03 16:19:01 +02:00
committed by GitHub
parent cda1a18a88
commit fc094518d6
7 changed files with 342 additions and 12 deletions

View File

@@ -43,6 +43,7 @@ component_management:
- packages/@n8n/imap/**
- packages/@n8n/permissions/**
- packages/@n8n/task-runner/**
- packages/@n8n/task-runner-python/**
- packages/workflow/**
- packages/core/**
- packages/cli/**
@@ -67,3 +68,4 @@ ignore:
- (?s:.*/[^\/]*\.spec\.ts.*)\Z
- (?s:.*/[^\/]*\.test\.ts.*)\Z
- (?s:.*/[^\/]*e2e[^\/]*\.ts.*)\Z
- (?s:.*/test_[^\/]*\.py.*)\Z