redaction_tool: Add LVM UUIDs vgcfgbackup can contain non-standard LVM UUIDs Note that this doesn't uprev the entire redaction_tool util since it has a dependency on an re2 uprev BUG=b:232006113 TEST=CQ Change-Id: I252b4b367d07fe9ce8b6e48a126327f47ec2262f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/4875297 Tested-by: Sarthak Kukreti <sarthakkukreti@google.com> Reviewed-by: Donna Dionne <donnadionne@google.com> Reviewed-by: Miriam Zimmerman <mutexlox@chromium.org> Tested-by: Donna Dionne <donnadionne@google.com> Commit-Queue: Sarthak Kukreti <sarthakkukreti@google.com>
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