fix(n8n Form Node): Prevent XSS with video and source tags (#16329)

This commit is contained in:
Dana
2025-06-16 16:42:54 +02:00
committed by GitHub
parent c3653275f2
commit 759e555993
11 changed files with 55 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ import {
type NodeTypeAndVersion,
} from 'n8n-workflow';
import { renderFormNode } from '../formNodeUtils';
import { renderFormNode } from '../utils/formNodeUtils';
describe('formNodeUtils', () => {
let webhookFunctions: MockProxy<IWebhookFunctions>;