Friday 22 February 2019

What are the best solutions to protect website against XSS in node?

I currently am designing a wiki, and eligible members will be able to post data. I want to make sure that the data sent won't have script tags(or any other abuses - junior dev here) before being written to DB so that it will not have a major security opening. Any libraries or functions that I can use?

Submitted February 22, 2019 at 03:49PM by Yittoo

No comments:

Post a Comment