CalmHub: Sanitize rendered content to prevent XSS attacksΒ #761
Open
Description
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