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

Stripe: exclude list works on user data values #2192

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

fallwith
Copy link
Contributor

@fallwith fallwith commented Sep 8, 2023

While the Stripe include list is only concerned with user data hash keys, the exclude list looks at both the keys and their corresponding values in case there's anything sensitive or otherwise unwanted in the value.

  • Added a new test to demonstrate hash value filtration
  • Updated existing exclusion test which was yielding a false positive by not setting an include list (excludes won't work without an include list)
  • Updated the exclude list config option description

While the Stripe include list is only concerned with user data hash
keys, the exclude list looks at both the keys and their corresponding
values in case there's anything sensitive or otherwise unwanted in the
value.

- Added a new test to demonstrate hash value filtration
- Updated existing exclusion test which was yielding a false positive by
  not setting an include list (excludes won't work without an include
  list)
- Updated the exclude list config option description
@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2023

SimpleCov Report

Coverage Threshold
Line 94.29% 94%
Branch 85.84% 85%

@hannahramadan hannahramadan merged commit 2a2a164 into stripe_instrumentation Sep 8, 2023
26 checks passed
@fallwith fallwith deleted the black_with_white branch September 8, 2023 19:04
@fallwith fallwith mentioned this pull request Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants