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

Remove the use of xss #8

Open
Alaboudi1 opened this issue Nov 19, 2020 · 0 comments
Open

Remove the use of xss #8

Alaboudi1 opened this issue Nov 19, 2020 · 0 comments

Comments

@Alaboudi1
Copy link
Member

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

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

No branches or pull requests

1 participant