| commit | be9d6c72959142f6771e0e2ffad1bcf36a76d9d8 | [log] [tgz] |
|---|---|---|
| author | Matthias Kaehlcke <[email protected]> | Tue Dec 19 16:21:29 2023 |
| committer | Chromeos LUCI <[email protected]> | Fri Dec 22 04:18:39 2023 |
| tree | f82cc2d63a215600839d126d3eef2118fc39d9c1 | |
| parent | 55ec79ce4afc543a9e50b18a9a1f4fd00b81353d [diff] |
redaction_tool: Redact partial user id hashes from cryptohome device names The name of Cryptohome storage devices include a partial hash of the user id, e.g.: dmcrypt-0d9a4e74-data E7341N6FNEYIR2CX-cryptohome--0d9a4e74--data Redact these partial hashes. cherry-pick of https://crrev.com/c/5124299. Not a merge because re2 uprev still seems to be pending. BUG=b:309001479 TEST=FEATURES=test emerge-${BOARD} redaction_tool Change-Id: I23093f47bc082a04a65d97d28da2049f928a322e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/5147076 Tested-by: Matthias Kaehlcke <[email protected]> Reviewed-by: Ian Barkley-Yeung <[email protected]> Commit-Queue: Matthias Kaehlcke <[email protected]>
redaction_tool: PII Redaction ToolA redaction_tool redacts PII using a wide set of RegEx expressions.
This code is a mirror of https://source.chromium.org/chromium/chromium/src/+/main:components/feedback/redaction_tool/
Changes should be made in chromium code base only and then be upreved here.
To pull in updates from chromium/src, do the following:
git remote updategit checkout -b main cros/maingit merge cros/upstream/mainBUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.git push HEAD:refs/for/main