Skip to content

fix: Sanitize HTML output in PropertiesOverview component to prevent invalid HTML - #352

Merged
deleonio merged 1 commit into
mainfrom
feature/add-type-escaping
Aug 6, 2025
Merged

fix: Sanitize HTML output in PropertiesOverview component to prevent invalid HTML#352
deleonio merged 1 commit into
mainfrom
feature/add-type-escaping

Conversation

@laske185

@laske185 laske185 commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

This pull request improves the way type information is rendered in the PropertiesOverview component to prevent invalid HTML and potential security issues. The main change is that type strings are now properly escaped before being inserted into the DOM.

Rendering and security improvements:

The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer:

  • [x Meaningful pull request title for the release notes
  • Pull request is linked to an issue and all changes relate to the issue
  • Tests to protect this code implemented (if applicable)
  • Manual test performed successfully (if applicable)
  • Documentation or migration has been updated (if applicable)

@laske185
laske185 requested a review from deleonio August 6, 2025 07:25
@deleonio
deleonio merged commit 4549903 into main Aug 6, 2025
3 of 5 checks passed
@deleonio
deleonio deleted the feature/add-type-escaping branch August 6, 2025 07:28
@publicuibot publicuibot Bot locked and limited conversation to collaborators Aug 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants