mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* 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
273 B
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.