-
Type:
Improvement
-
Resolution: Unresolved
-
None
-
Affects Version/s: None
-
Component/s: Security Related
-
Low
-
Emptyshow more show less
Problem
On rendering grid columns containing HTML tags in a column's content when applying Ext.htmlEncode() in renderer we get result as shown in the image attached.

Solution
Consider using a more sophisticated way to sanitize / escape the content on rendering.
Like embedding https://github.com/cure53/DOMPurify in the UI or do the sanitation on backend after finalising TRANSLATE-5058.
- is blocked by
-
TRANSLATE-5058 Improve segment content sanitation to prevent XSS attacks (finding H1.1)
- In Progress