Skip to content

GDPR: implement retention, erasure and pseudonymisation for recipient data #373

Description

@stephane-segning

Context

vsms already has retention mechanisms, but GDPR readiness requires a demonstrable path from retention policy to concrete recipient-data erasure or pseudonymisation. Relevant requirements include Art. 5(1)(e), Art. 17 and Art. 25.

Scope

Define and enforce retention behaviour for recipient MSISDNs, derived operator/country data, delivery receipts, webhook delivery records and other privacy-relevant metadata.

The implementation must distinguish data that can be deleted from data that must remain for operational/security/accounting reasons, and preserve integrity without keeping a directly identifying MSISDN where it is no longer needed.

Acceptance

  • Retention classes map to concrete schema fields/records.
  • Scheduled enforcement is automated and idempotent.
  • Where full deletion would break required history, direct identifiers are pseudonymised/anonymised with a documented rationale.
  • Legal/contractual holds are explicit, scoped and auditable rather than an implicit bypass.
  • Backup/restore procedures document how expired/deleted data eventually disappears after restore.
  • Tests prove expiry, repeated execution and hold behaviour.
  • Existing restore drill verifies retention does not silently repopulate data beyond its allowed lifecycle.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions