Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to do entity encoding #187

Merged
merged 1 commit into from Jul 27, 2018

Commits on Jul 26, 2018

  1. Added option to do entity encoding

    This adds a feature to support entity encoding to escape characters that
    can be used XSS attacks. This is to match the behavior in
    ActiveSupport::JSON. The purpose of matching AS::JSON behavior is so we
    can replace it with Yajl so we can use the faster version.
    
    Co-authored-by: Aaron Patterson <aaron.patterson@gmail.com>
    eileencodes and tenderlove committed Jul 26, 2018
    Copy the full SHA
    8d0a552 View commit details
    Browse the repository at this point in the history