| commit | 549cb26169ad4f6e8bc9dfcbd9687cd7445dfc50 | [log] [tgz] |
|---|---|---|
| author | Nathan Muggli <[email protected]> | Thu Jan 30 18:31:13 2025 |
| committer | Chromeos LUCI <[email protected]> | Wed Feb 05 23:04:06 2025 |
| tree | 72ed2ae113d4a4cc18025fbb513f24c488118f56 | |
| parent | 2543a686a5805d8d2e25a4e4f107c778519f4632 [diff] |
redaction_tool: Switch from base::ranges to std::ranges CL:6215440 removes base::ranges. Switch to std::ranges so a compatibility patch in libchrome can be removed. BUG=b:393368038 TEST=CQ Change-Id: I2f920a51ecf3763cea9e4f3f20b7e7a19ef32ede Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/6219452 Reviewed-by: Ahmed Fakhry <[email protected]> Tested-by: Kevin Lin <[email protected]> Commit-Queue: Nathan Muggli <[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