Christian Weichel db5dc23b83
Initial commit of the scrubber (#17664)
* Initial commit of the scrubber

* Add basic example

* More unit tests and sanitisation

* Fix email regexp

* Add basic benchmarks

* Support all scrubbing functions

* Fix module path

* Add scrubber to codeowners file

* Fix string map value issue

* Add contextURL to the list of hashed keys
2023-05-22 21:53:56 +08:00

273 B

scrubber

Scrubber is the library we use to scrub data from PII and other sensitive information.

This code is located in components/ instead of components/common-go/scrubber to reduce the number of transitive depencies we're introducing to consumers of this package.