| commit | 649e9a45c023170ed76b2f7a94cef4fd654cc0d8 | [log] [tgz] |
|---|---|---|
| author | Donna Dionne <[email protected]> | Sat Mar 04 00:13:32 2023 |
| committer | Chromeos LUCI <[email protected]> | Tue Mar 07 01:56:31 2023 |
| tree | 4fa2d11ba3f3636d2cf7a6ab3908293c03c2075e | |
| parent | 174dfcd0563ce97925be85006fce0f060d8f08b4 [diff] |
redaction_tool: Keeping the source up-to-date UMA metrics were added to redaction tool; uprev to keep the source up-to-date. BUG=b:265030885 TEST=unit tests Change-Id: Ifb1fadc875ca7f466005bcb015384bcf3072d602 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/4308014 Tested-by: Ramya Gopalan <[email protected]> Tested-by: Nik K <[email protected]> Reviewed-by: Nik K <[email protected]> Reviewed-by: Donna Dionne <[email protected]> Commit-Queue: Donna Dionne <[email protected]> Reviewed-by: Ramya Gopalan <[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