Skip to content

Fix XSS in Special Appointment Banner#1390

Merged
MatMoore merged 1 commit intomainfrom
feature/fix-xss
Apr 29, 2026
Merged

Fix XSS in Special Appointment Banner#1390
MatMoore merged 1 commit intomainfrom
feature/fix-xss

Conversation

@jabley
Copy link
Copy Markdown
Contributor

@jabley jabley commented Apr 29, 2026

Special appointment details are provided by the user and as such we need to treat that input as untrusted. This commit ensures that any HTML in the details is properly escaped before being rendered.

Description

Our user population are all NHS staff and unlikely to be trying this exploit to steal another person's login etc but we should practice good security hygiene.

Special appointment details are provided by the user and as such we need
to treat that input as untrusted. This commit ensures that any HTML in
the details is properly escaped before being rendered.
@sonarqubecloud
Copy link
Copy Markdown

@MatMoore MatMoore merged commit 0d079cb into main Apr 29, 2026
12 checks passed
@MatMoore MatMoore deleted the feature/fix-xss branch April 29, 2026 09:04
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.

2 participants