5 Commits

Author SHA1 Message Date
Cornelius A. Ludmann
fac15ad1aa
[scrubber] Scrub URL path parts separately (#19497) 2024-03-01 16:16:11 +02:00
Wouter Verlaek
185c0428c2
[scrubber] Improve KeyValue performance (#19052)
* [scrubber] Improve KeyValue performance

* Update benchmark comment

* update go mod

* Add metaID to hashed fields

---------

Co-authored-by: Pudong Zheng <pudong@gitpod.io>
2023-11-10 16:17:48 +02:00
Mads Hartmann
9652baa280
Replace 'key' with more specific 'private' and 'ssh' (#18095) 2023-06-29 18:01:47 +08:00
Mads Hartmann
a6e0153557
Redact email instead of hashing (#17742) 2023-06-12 20:52:02 +08:00
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