Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalmHub: Sanitize rendered content to prevent XSS attacks #761

Open
grahampacker-ms opened this issue Jan 3, 2025 · 0 comments
Open

CalmHub: Sanitize rendered content to prevent XSS attacks #761

grahampacker-ms opened this issue Jan 3, 2025 · 0 comments
Labels
calm-hub The Calm Hub Product

Comments

@grahampacker-ms
Copy link
Member

grahampacker-ms commented Jan 3, 2025

Feature Request

Description of Problem:

As we will be rendering content on a web app, we need to consider the sanitisation of the content we are displaying.
Embedded HTML elements within an ADR, Pattern or Architecture could become an attack vector for XSS attacks.

Potential Solutions

  • Sanitize HTML elements before storage in CalmHub
  • Sanitize HTML elements on GET operation in CalmHub
  • Sanitize HTML elements in the CalmHub UI
@grahampacker-ms grahampacker-ms changed the title CalmHub: Sanitize Outputs to prevent XSS attacks CalmHub: Sanitize CalmHub rendered content to prevent XSS attacks Jan 3, 2025
@grahampacker-ms grahampacker-ms changed the title CalmHub: Sanitize CalmHub rendered content to prevent XSS attacks CalmHub: Sanitize rendered content to prevent XSS attacks Jan 3, 2025
@jpgough-ms jpgough-ms added the calm-hub The Calm Hub Product label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calm-hub The Calm Hub Product
Projects
None yet
Development

No branches or pull requests

2 participants