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

Include the model name when filtering encrypted attributes. #44361

Merged
merged 1 commit into from
Feb 25, 2022

Commits on Feb 21, 2022

  1. Include the model name when filtering encrypted attributes.

    For example, when encrypting `Person#name` it will add `person.name` as a filter
    parameter, instead of just `name`. This prevents unintended filtering of parameters
    with a matching name in other models.
    
    Closes rails#44330
    jorgemanrubia committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    67d6183 View commit details
    Browse the repository at this point in the history