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

Keep nil values set on cloaked fields #3

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 17, 2024

  1. style: naming

    nikcorg committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e6040c5 View commit details
    Browse the repository at this point in the history
  2. style: coding style

    nikcorg committed May 17, 2024
    Configuration menu
    Copy the full SHA
    11a671d View commit details
    Browse the repository at this point in the history
  3. feat: keep nil values on cloaked fields

    they don't need to be encrypted (although maybe they still should be, as
    keeping nil values plain is revealing), but by discarding nil value fields
    it becomes impossible to set a cloaked field to nil
    nikcorg committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b68d3b5 View commit details
    Browse the repository at this point in the history