| commit | c54d7196be12b917395dc77424936c070adfa0fd | [log] [tgz] |
|---|---|---|
| author | Donna Dionne <donnadionne@google.com> | Mon Feb 19 08:24:50 2024 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 22 18:14:00 2024 |
| tree | 7a18508f6b47cedf5769f8650869d8550ec5df9d | |
| parent | 84107932fbd44e3a5135979afdfe5460cb8a9700 [diff] |
redaction_tool: keeping the source up-to-date (memory dumps) The redaction tool can now redact GSC dev ids, serial, and memory dumps. BUG=b:286427956 TEST=cros_workon_make --board=${BOARD} crash-reporter --test Change-Id: I06aaedbde2f589a0aea4dbc1865a2a051f6747ff Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/5306001 Reviewed-by: Xiangdong Kong <xiangdongkong@google.com> Tested-by: Donna Dionne <donnadionne@google.com> Commit-Queue: Donna Dionne <donnadionne@google.com> Reviewed-by: Ian Barkley-Yeung <iby@chromium.org> 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