Add minimal sensitive-info hygiene plan and projection cause sample diagnostics

This commit is contained in:
2026-03-05 02:21:21 +00:00
parent 2140c5facf
commit f21abd6299
4 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
# 14) Sensitive Information Hygiene
## Goal
Detect and remove sensitive data exposure from code, config, logs, and payload surfaces.
## Minimal Plan
1. Add a repeatable scan for sensitive patterns across repo and runtime-generated artifacts.
2. Expunge discovered sensitive values and replace with safe placeholders or references.
3. Add guardrails to prevent reintroduction and document the remediation workflow.