-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
XSS is being used in-app.tsx for rendering HTML text to HTML node. This is not the recommended way to do the rendering for a webpage (Never use dangerouslySetInnerHTML). We should only store the text and then build the HTML template dynamically. Read more here
Metadata
Metadata
Assignees
Labels
No labels