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

fixed default sanitizer patterns #3598

Merged
merged 2 commits into from
Apr 17, 2023
Merged

Conversation

gsnider2195
Copy link
Contributor

Closes: #DNE

What's Changed

Now accounts for strings that begin with i or is:

  • Password is1234 becomes Password (redacted)
  • Password: is1234 becomes Password: (redacted)
  • Password is: is1234 becomes Password is: (redacted)
  • Password is is1234 becomes Password is (redacted)

The previous regex was including the i or is so Password is1234 would be displayed as Password is(redacted)

TODO

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Example Plugin Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

@gsnider2195 gsnider2195 merged commit 75ca907 into develop Apr 17, 2023
@gsnider2195 gsnider2195 deleted the u/gas-sanitize-password-regex branch April 17, 2023 14:54
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.

None yet

3 participants