xss-filter
xss-filter copied to clipboard
XSS (Cross-Site Script) Filter for Node.js & the browser, provides friendly, reliable XSS filter API for you.
Results
2
xss-filter issues
Sort by
recently updated
recently updated
newest added
regular expressions used in code are not properly created this example is not processed by the filter: `test a < b; c>d final` you could use instead: `/]*>.*?/img` but do...
Thanks a a cool library. I am interested in stripping embedded javascript from SVG (standalone or SVG embedded in HTML). Is that something that xss-filter supports or aim to support...
PR wanted