Why this matters
High-risk processing must be assessed and documented at change time.
If a PR adds new PII fields (e.g., email, phone, address, dob, national_id), include links to updated DPIA and RoPA, migration with retention, and masking rules. Add a checklist item confirming lawful_basis. (GDPR Art. 35, Art. 30)
High-risk processing must be assessed and documented at change time.
Side-by-side examples engineers can pattern-match during review.
PR title: "Add phone column"
(No DPIA/RoPA link, no retention, no masking rules.)PR title: "Add phone for 2FA (lawful_basis=legitimate_interest)"
- [x] DPIA updated
- [x] RoPA entry added (purpose=auth_2fa)
- [x] Migration sets expires_at
- [x] Logs mask phone
- [x] Consent unaffected- [x] DPIA link: /docs/dpia/2fa-phone-v2.mdAdds phone TEXT with no docs or retentionFrom the same buckets as this rule.