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

fix(pii): Removes legacy special behaviour from safe fields parsing #2701

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Nov 8, 2023

safe fields parsing accidentally triggered legacy behaviour which in some cases could disable data scrubbing for all strings

@Dav1dde Dav1dde requested a review from a team November 8, 2023 15:57
@Dav1dde Dav1dde self-assigned this Nov 8, 2023
@Dav1dde Dav1dde force-pushed the fix/safe-fields-legacy branch from 1fdcbe3 to ef4ab5f Compare November 8, 2023 16:00
Comment on lines +174 to +177
.unwrap()
.into_inner()
.next()
.unwrap(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a next step we should try to get rid of these unwraps.

@Dav1dde Dav1dde enabled auto-merge (squash) November 8, 2023 16:08
@Dav1dde Dav1dde merged commit 015576d into master Nov 8, 2023
20 checks passed
@Dav1dde Dav1dde deleted the fix/safe-fields-legacy branch November 8, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants