Skip to content

Conversation

@inadsan
Copy link

@inadsan inadsan commented Jan 22, 2026

Issue description:
Certain string fields were not properly escaping HTML special characters (<, >, &, ", ') when rendered or stored. This could lead to unexpected rendering behavior or potential XSS vulnerabilities.

Fix implemented:
Added HTML character escaping for all string fields displayed in the UI layer.
When rendering text values, reserved characters are now replaced by their corresponding HTML entities, ensuring safe and consistent output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant