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

update SQL obfuscation regexes #2826

Merged
merged 1 commit into from
Aug 23, 2024
Merged

update SQL obfuscation regexes #2826

merged 1 commit into from
Aug 23, 2024

Conversation

fallwith
Copy link
Contributor

  • for uuids and Oracle quoted strings, don't regex-escape characters unnecessarily
  • for multi-line comment, borrow from OTel Ruby contrib, but discard the non-capturing parens from the pattern, as nothing is ORed.
  • update the hash to Ruby v1.9+ syntax
  • freeze the hash

- for uuids and Oracle quoted strings, don't regex-escape characters
  unnecessarily
- for multi-line comment, borrow from OTel Ruby contrib, but discard the
  non-capturing parens from the pattern, as nothing is ORed.
- update the hash to Ruby v1.9+ syntax
Copy link

SimpleCov Report

Coverage Threshold
Line 93.81% 93%
Branch 70.26% 50%

@fallwith
Copy link
Contributor Author

Copy link
Contributor

@kaylareopelle kaylareopelle left a comment

Choose a reason for hiding this comment

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

thank you!

@fallwith fallwith merged commit 5beb294 into dev Aug 23, 2024
141 checks passed
@fallwith fallwith deleted the 0b4u5c@t10n branch August 23, 2024 17:39
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.

3 participants