Sanitise content in html_process_text processor migrate plugin

Created on 26 August 2024, about 1 month ago

Problem/Motivation

Content processed with the html_process_text migrate plugin can include potentially dangerous script tags.

Steps to reproduce

Migrate some content using the mentioned migrate plugin that includes some inline script tags.

Example:

<p><script type="text/javascript">alert("I Should not be here");</script></p> 

Proposed resolution

Add function to sanitise content

Feature request
Status

Needs review

Version

2.0

Component

Migrate

Created by

🇬🇧United Kingdom ipwa

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024