You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
CalmHub: Sanitize CalmHub rendered content to prevent XSS attacks
CalmHub: Sanitize rendered content to prevent XSS attacks
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
The text was updated successfully, but these errors were encountered: