microsoft / microsoft/WindowsAppSDK
Create a centralized PII scrubber
@MythiliM is already working on this.
Since Sep 21, 2021.
- Dominant language
- C++
- Stars
- 4.7k
- Forks
- 471
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 28
Description
# 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.