microsoft/WindowsAppSDK

Create a centralized PII scrubber

Open

#1,461 opened on 2021年9月21日

GitHub で見る
 (0 comments) (0 reactions) (1 assignee)C++ (453 forks)auto 404
feature proposalgood first issue

Repository metrics

Stars
 (4,628 stars)
PR merge metrics
 (PR metrics pending)

説明

Proposal: Create a centralized PII scrubber

Components use wil:TraceLoggingProvider for logging and telemetry through WindowsAppRuntimeInsights.h. We want the centralized infrastructure behind that to strip PII before the logging write op and the telemetry upload.

Rationale

  • This way, the scrubbing code doesn't have to be duplicated.

Additional info

MRT Core currently is excluding file names and file paths in its logging due to the need to scrub PII. It is ready to use this feature once it is available.

コントリビューターガイド