New Secure-Filters NPM Module for Simpler Output Sanitization
1–3 of 3 posts
Re: New Secure-Filters NPM Module for Simpler Output Sanitization
#2The github repo can be found at https://www.github.com/goinstant/secure-filters
Re: New Secure-Filters NPM Module for Simpler Output Sanitization
#3Always happy to see new input sanitization libraries, but most don't deal with the especially difficult problem of safe subsets of HTML. i.e. How to accept html from an untrusted source, apply whitelisted tag/attribute combinations, and ensure safe output.