Why this matters
Ensures lawful international data transfers are documented and enforced in code.
When configuring processors outside the EEA, annotate the config with transfer_mechanism (e.g., SCCs) and link to the signed SCC document; prevent enablement without this metadata. (GDPR Art. 46)
Ensures lawful international data transfers are documented and enforced in code.
Side-by-side examples engineers can pattern-match during review.
processor:
name: analytics-vendor
region: us-east-1 # no transfer basisprocessor:
name: analytics-vendor
region: us-east-1
transfer_mechanism: scc
scc_doc: docs/transfers/analytics-scc-2025-01.pdftransfer_mechanism: scc
scc_doc: docs/transfers/vendor-scc.pdfregion: us-east-1 # missing SCCFrom the same buckets as this rule.