microsoft/WindowsAppSDK

Create a centralized PII scrubber

Open

#1,461 创建于 2021年9月21日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)C++ (453 fork)auto 404
feature proposalgood first issue

仓库指标

Star
 (4,628 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南