5 ms·
New Secure-Filters NPM Module for Simpler Output Sanitization
- ianl 13y agoThe github repo can be found at https://www.github.com/goinstant/secure-filters https://www.github.com/goinstant/secure-filters
- ppierald 13y agoAlways 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.