salesforce / secure-filters

Anti-XSS Security Filters for EJS and More
BSD 3-Clause "New" or "Revised" License
139 stars 39 forks source link

Feature: Equivalent Decoders #28

Open stash opened 10 years ago

stash commented 10 years ago

Add decoder functions for the provided encoders.

Need to research what is safely possible.

For JSON encoding/decoding, perhaps a polyfill that derives from json2.js is necessary?