microsoft/WindowsAppSDK

Create a centralized PII scrubber

Open

#1461 aperta il 21 set 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)C++ (453 fork)auto 404
feature proposalgood first issue

Metriche repository

Star
 (4628 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor