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

Bugfix: overzealous data masking rule for US social security numbers #751

Merged
merged 5 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. Updated pipeline script scripts/build/validate-custom-metadata-record…

    …s.apex to validate the regex values in LogEntryDataMaskRule__mdt work as expected
    jongpie committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d0846a5 View commit details
    Browse the repository at this point in the history
  2. Corrected the regular expressions used in data mask rule 'SocialSecur…

    …ityNumber' to be stricter to avoid incorrectly masking credit card numbers as social security numbers
    jongpie committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8832acc View commit details
    Browse the repository at this point in the history
  3. Scope creep: made a small optimization in ComponentLogger to cache th…

    …e field maps for LogEntryEvent__e
    
    Previously, it would re-call the describe method for every component log entry that was setting 1 or more custom fields
    jongpie committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    27e6387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d7d04a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b2b894 View commit details
    Browse the repository at this point in the history