bmad-plus 0.4.4 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -0
- package/README.md +5 -3
- package/package.json +1 -1
- package/readme-international/README.de.md +2 -2
- package/readme-international/README.es.md +2 -2
- package/readme-international/README.fr.md +2 -2
- package/src/bmad-plus/module.yaml +76 -12
- package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
- package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
- package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -0
- package/src/bmad-plus/packs/pack-shield/README.md +110 -0
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -0
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -0
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -0
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -0
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -0
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -0
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -0
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -0
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -0
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -0
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -0
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -0
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -0
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -0
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -0
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -0
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -0
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -0
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -0
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -0
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -0
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -0
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -0
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -0
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -0
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -0
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -0
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -0
- package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -0
- package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -0
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -0
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -0
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -0
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -0
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -0
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -0
- package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -0
- package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -0
- package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -0
- package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -0
- package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -0
- package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -0
- package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -0
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -0
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -0
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -0
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -0
- package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -0
- package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -0
- package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -0
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -0
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -0
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -0
- package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -0
- package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -0
- package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -0
- package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -0
- package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -0
- package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -0
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -0
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -0
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -0
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -0
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -0
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -0
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -0
- package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -0
- package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -0
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -0
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -0
- package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -0
- package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -0
- package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -0
- package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -0
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -0
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -0
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -0
- package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -0
- package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -0
- package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -0
- package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -0
- package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -0
- package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -0
- package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -0
- package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -0
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -0
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -0
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -0
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -0
- package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -0
- package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -0
- package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -0
- package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -0
- package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -0
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -0
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -0
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -0
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -0
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -0
- package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -0
- package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -0
- package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -0
- package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -0
- package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -0
- package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -0
- package/tools/cli/commands/install.js +31 -9
- package/tools/cli/commands/update.js +4 -2
- package/tools/cli/i18n.js +50 -10
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
# ISO 27701:2025 — Regulatory & Framework Mapping
|
|
2
|
+
|
|
3
|
+
ISO/IEC 27701:2025 is designed to serve as a **compliance framework for multiple
|
|
4
|
+
privacy regulations simultaneously**. The standard's updated correspondence annexes
|
|
5
|
+
provide mappings to GDPR and other major privacy laws. This guide covers the most
|
|
6
|
+
commonly requested mappings.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## GDPR (EU General Data Protection Regulation)
|
|
11
|
+
|
|
12
|
+
ISO 27701:2025 provides the most detailed alignment with GDPR of any privacy
|
|
13
|
+
management standard. Its updated correspondence annex maps controls directly to
|
|
14
|
+
GDPR articles.
|
|
15
|
+
|
|
16
|
+
### Key GDPR Principles → ISO 27701 Controls
|
|
17
|
+
|
|
18
|
+
| GDPR Principle (Art. 5) | ISO 27701:2025 Controls |
|
|
19
|
+
|------------------------|------------------------|
|
|
20
|
+
| Lawfulness, fairness, transparency | A.1.2.3 (lawful basis), A.1.3.3–A.1.3.4 (transparency) |
|
|
21
|
+
| Purpose limitation | A.1.2.2 (document purpose), A.1.4.3 (limit processing) |
|
|
22
|
+
| Data minimisation | A.1.4.2 (limit collection), A.1.4.5 (PII minimisation) |
|
|
23
|
+
| Accuracy | A.1.4.4 (accuracy and quality), A.1.3.7 (correction) |
|
|
24
|
+
| Storage limitation | A.1.4.8 (retention), A.1.4.9 (disposal), A.1.4.6 (deletion) |
|
|
25
|
+
| Integrity and confidentiality | A.3.26 (cryptography), A.3.25 (logging), A.3.9 (access) |
|
|
26
|
+
| Accountability | A.1.2.9 (RoPA), SoA, privacy risk assessment, management review |
|
|
27
|
+
|
|
28
|
+
### GDPR Rights → ISO 27701 Controls
|
|
29
|
+
|
|
30
|
+
| GDPR Right | Article | ISO 27701:2025 Controls |
|
|
31
|
+
|-----------|---------|------------------------|
|
|
32
|
+
| Right to be informed | Art. 13–14 | A.1.3.3, A.1.3.4 |
|
|
33
|
+
| Right of access | Art. 15 | A.1.3.9, A.1.3.10 |
|
|
34
|
+
| Right to rectification | Art. 16 | A.1.3.7, A.1.3.8 |
|
|
35
|
+
| Right to erasure (right to be forgotten) | Art. 17 | A.1.3.7, A.1.4.6, A.1.4.9 |
|
|
36
|
+
| Right to restrict processing | Art. 18 | A.1.3.6, A.1.3.10 |
|
|
37
|
+
| Right to data portability | Art. 20 | A.1.3.9 |
|
|
38
|
+
| Right to object | Art. 21 | A.1.3.6 |
|
|
39
|
+
| Rights re: automated decision-making | Art. 22 | A.1.3.11 |
|
|
40
|
+
|
|
41
|
+
### GDPR Controller Obligations → ISO 27701 Controls
|
|
42
|
+
|
|
43
|
+
| GDPR Obligation | Article | ISO 27701:2025 Controls |
|
|
44
|
+
|----------------|---------|------------------------|
|
|
45
|
+
| Lawful basis for processing | Art. 6 | A.1.2.3 |
|
|
46
|
+
| Consent requirements | Art. 7 | A.1.2.4, A.1.2.5 |
|
|
47
|
+
| Special categories of data | Art. 9 | A.1.2.3, A.1.2.6, A.1.4.5 |
|
|
48
|
+
| Records of processing activities | Art. 30 | A.1.2.9 |
|
|
49
|
+
| Data protection by design and default | Art. 25 | A.1.4.2–A.1.4.10 |
|
|
50
|
+
| Joint controllers | Art. 26 | A.1.2.8 |
|
|
51
|
+
| Processor contracts | Art. 28 | A.1.2.7 |
|
|
52
|
+
| Data Protection Impact Assessment | Art. 35 | A.1.2.6 |
|
|
53
|
+
| Personal data breach notification | Art. 33–34 | A.3.11, A.3.12 |
|
|
54
|
+
| International transfers | Art. 44–49 | A.1.5.2–A.1.5.5 |
|
|
55
|
+
|
|
56
|
+
### GDPR Processor Obligations → ISO 27701 Controls
|
|
57
|
+
|
|
58
|
+
| GDPR Obligation | Article | ISO 27701:2025 Controls |
|
|
59
|
+
|----------------|---------|------------------------|
|
|
60
|
+
| Processing under contract | Art. 28(3) | A.2.2.2 |
|
|
61
|
+
| Processing only on instruction | Art. 28(3)(a) | A.2.2.3, A.2.2.5 |
|
|
62
|
+
| Confidentiality of processing | Art. 28(3)(b) | A.3.18, A.2.2.6 |
|
|
63
|
+
| Security measures | Art. 28(3)(c) | A.3 (all security controls) |
|
|
64
|
+
| Sub-processor controls | Art. 28(2), (4) | A.2.5.7–A.2.5.9 |
|
|
65
|
+
| Assist controller with rights | Art. 28(3)(e) | A.2.2.6, A.2.3.2 |
|
|
66
|
+
| Deletion or return at end | Art. 28(3)(g) | A.2.4.3 |
|
|
67
|
+
| Provide information to controller | Art. 28(3)(h) | A.2.2.6 |
|
|
68
|
+
| Records of processing activities | Art. 30(2) | A.2.2.7 |
|
|
69
|
+
| Notify controller of breaches | Art. 33(2) | A.3.11, A.3.12 |
|
|
70
|
+
| Law enforcement disclosure | Art. 28(3)(a) | A.2.5.5, A.2.5.6 |
|
|
71
|
+
|
|
72
|
+
### How ISO 27701 Certification Supports GDPR Compliance
|
|
73
|
+
|
|
74
|
+
ISO 27701 certification does not automatically mean GDPR compliance — GDPR also
|
|
75
|
+
requires specific legal bases, DPO appointment in certain cases, supervisory authority
|
|
76
|
+
registration, and so on. However, certification provides:
|
|
77
|
+
|
|
78
|
+
- **Documented evidence** of privacy controls for regulatory investigations
|
|
79
|
+
- **Accountability evidence** (Art. 5(2)) — demonstrating controls are in place
|
|
80
|
+
- **Recognized framework** — supervisory authorities view ISO 27701 favorably
|
|
81
|
+
- **DPA evidence** — SoA and control documentation can support DPIA requirements
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## UK GDPR
|
|
86
|
+
|
|
87
|
+
The UK GDPR (retained from EU GDPR post-Brexit) maintains near-identical requirements
|
|
88
|
+
to EU GDPR. The same ISO 27701:2025 control mappings apply. The UK ICO has stated
|
|
89
|
+
that ISO 27701 can be used as a Privacy Seal mechanism under UK GDPR Article 42.
|
|
90
|
+
|
|
91
|
+
**Key UK-specific consideration**: The UK's International Data Transfer Agreement
|
|
92
|
+
(IDTA) and UK Addendum to SCCs are different from EU mechanisms. A.1.5.2 must
|
|
93
|
+
reference the appropriate UK transfer mechanism.
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## CCPA / CPRA (California)
|
|
98
|
+
|
|
99
|
+
The California Consumer Privacy Act (CCPA) and its amendment (CPRA) share many
|
|
100
|
+
concepts with GDPR but have distinct requirements.
|
|
101
|
+
|
|
102
|
+
| CCPA/CPRA Right or Obligation | ISO 27701:2025 Controls |
|
|
103
|
+
|------------------------------|------------------------|
|
|
104
|
+
| Right to know (categories and specific pieces) | A.1.3.9, A.1.3.10 |
|
|
105
|
+
| Right to delete | A.1.3.7, A.1.4.6, A.1.4.9 |
|
|
106
|
+
| Right to opt-out of sale/sharing | A.1.3.6, A.1.2.3 |
|
|
107
|
+
| Right to correct | A.1.3.7, A.1.4.4 |
|
|
108
|
+
| Right to limit use of sensitive PI | A.1.4.2, A.1.4.5 |
|
|
109
|
+
| Right to non-discrimination | Not directly covered — process design |
|
|
110
|
+
| Privacy notice (at collection) | A.1.3.3, A.1.3.4 |
|
|
111
|
+
| Data minimisation | A.1.4.2, A.1.4.5 |
|
|
112
|
+
| Service provider contracts | A.1.2.7 (equivalent to DPA) |
|
|
113
|
+
| CPRA risk assessments | A.1.2.6 (PIA/DPIA) |
|
|
114
|
+
| Contractor obligations | A.2 (processor controls) |
|
|
115
|
+
|
|
116
|
+
**CCPA/CPRA notes**:
|
|
117
|
+
- CCPA uses "consumer", "business", "service provider", "contractor", "third party"
|
|
118
|
+
— map these to ISO 27701's "PII principal", "PII controller", "PII processor"
|
|
119
|
+
- CPRA's "sensitive personal information" category requires additional restrictions
|
|
120
|
+
(maps to A.1.4.2, A.1.4.5)
|
|
121
|
+
- CPRA's mandatory risk assessments and cybersecurity audits align with A.1.2.6
|
|
122
|
+
and A.3.15
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## LGPD (Brazil — Lei Geral de Proteção de Dados)
|
|
127
|
+
|
|
128
|
+
Brazil's LGPD (effective August 2020) closely mirrors GDPR in structure.
|
|
129
|
+
|
|
130
|
+
| LGPD Obligation | ISO 27701:2025 Controls |
|
|
131
|
+
|----------------|------------------------|
|
|
132
|
+
| Legal basis (Art. 7, 11) | A.1.2.3 |
|
|
133
|
+
| Consent requirements (Art. 7–9) | A.1.2.4, A.1.2.5 |
|
|
134
|
+
| Transparency / privacy notice (Art. 9, 18) | A.1.3.3, A.1.3.4 |
|
|
135
|
+
| Data rights (Art. 18–20) | A.1.3.5–A.1.3.11 |
|
|
136
|
+
| Data minimisation (Art. 6) | A.1.4.2, A.1.4.5 |
|
|
137
|
+
| Data protection by design (Art. 46, 49) | A.1.4.2–A.1.4.10 |
|
|
138
|
+
| Security measures (Art. 46) | A.3 (security controls) |
|
|
139
|
+
| DPA / operator contracts (Art. 37–40) | A.1.2.7, A.2 |
|
|
140
|
+
| Incident notification (Art. 48) | A.3.11, A.3.12 |
|
|
141
|
+
| International transfers (Art. 33–36) | A.1.5.2–A.1.5.5 |
|
|
142
|
+
| DPO (Encarregado) appointment (Art. 41) | Clause 5 (roles and responsibilities) |
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
## PIPEDA (Canada)
|
|
147
|
+
|
|
148
|
+
Canada's Personal Information Protection and Electronic Documents Act (PIPEDA) is
|
|
149
|
+
structured around 10 Fair Information Principles. ISO 27701:2025 aligns well.
|
|
150
|
+
|
|
151
|
+
| PIPEDA Principle | ISO 27701:2025 Controls |
|
|
152
|
+
|-----------------|------------------------|
|
|
153
|
+
| 1. Accountability | Clause 5 (leadership), management review, SoA |
|
|
154
|
+
| 2. Identifying purposes | A.1.2.2, A.1.2.9 |
|
|
155
|
+
| 3. Consent | A.1.2.3, A.1.2.4, A.1.2.5 |
|
|
156
|
+
| 4. Limiting collection | A.1.4.2, A.1.4.5 |
|
|
157
|
+
| 5. Limiting use, disclosure, retention | A.1.4.3, A.1.4.8, A.1.5.4 |
|
|
158
|
+
| 6. Accuracy | A.1.4.4, A.1.3.7 |
|
|
159
|
+
| 7. Safeguards | A.3 (security controls) |
|
|
160
|
+
| 8. Openness | A.1.3.3, A.1.3.4 |
|
|
161
|
+
| 9. Individual access | A.1.3.9, A.1.3.10 |
|
|
162
|
+
| 10. Challenging compliance | A.1.3.10 (handling requests), Clause 10 |
|
|
163
|
+
|
|
164
|
+
**Note**: Canada's Bill C-27 (Consumer Privacy Protection Act — CPPA) will replace
|
|
165
|
+
PIPEDA when enacted. ISO 27701:2025 alignment will carry over as CPPA shares GDPR-
|
|
166
|
+
influenced principles.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## PDPA (Singapore) and PDPA (Thailand)
|
|
171
|
+
|
|
172
|
+
Both PDPAs are GDPR-influenced and align well with ISO 27701:2025.
|
|
173
|
+
|
|
174
|
+
**Singapore PDPA key mappings:**
|
|
175
|
+
| Singapore PDPA Obligation | ISO 27701:2025 Controls |
|
|
176
|
+
|--------------------------|------------------------|
|
|
177
|
+
| Consent obligation | A.1.2.3, A.1.2.4, A.1.2.5 |
|
|
178
|
+
| Purpose limitation | A.1.2.2, A.1.4.3 |
|
|
179
|
+
| Notification obligation | A.1.3.3, A.1.3.4 |
|
|
180
|
+
| Access and correction obligations | A.1.3.9, A.1.3.7 |
|
|
181
|
+
| Accuracy obligation | A.1.4.4 |
|
|
182
|
+
| Protection obligation | A.3 (security controls) |
|
|
183
|
+
| Retention limitation | A.1.4.8, A.1.4.9 |
|
|
184
|
+
| Transfer limitation | A.1.5.2–A.1.5.5 |
|
|
185
|
+
| Data breach notification | A.3.11, A.3.12 |
|
|
186
|
+
|
|
187
|
+
**Thailand PDPA** follows a similar structure to EU GDPR and Singapore PDPA.
|
|
188
|
+
The same control mappings apply.
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## ISO 27001:2022 Integration
|
|
193
|
+
|
|
194
|
+
ISO 27701:2025 is designed to work alongside ISO 27001:2022 even though it no longer
|
|
195
|
+
requires it. When implementing both:
|
|
196
|
+
|
|
197
|
+
- A.3 security controls can reference the organization's ISO 27001 ISMS controls
|
|
198
|
+
directly — no need to implement security controls twice
|
|
199
|
+
- The ISO 27001 SoA and PIMS SoA can be maintained as separate documents or as a
|
|
200
|
+
combined document with role-based tabs
|
|
201
|
+
- Risk assessments can be linked: ISMS risk assessment focuses on security risks;
|
|
202
|
+
PIMS risk assessment focuses on harm to PII principals
|
|
203
|
+
- Internal audits can be combined for efficiency if scoped correctly
|
|
204
|
+
- Management reviews can be combined with a dedicated privacy section
|
|
205
|
+
|
|
206
|
+
**Key integration points:**
|
|
207
|
+
| ISO 27701 Requirement | ISO 27001 Evidence That Can Be Referenced |
|
|
208
|
+
|----------------------|------------------------------------------|
|
|
209
|
+
| A.3.3 (IS Policies) | IS Policy (ISO 27001 Clause 5.2) |
|
|
210
|
+
| A.3.9 (Access Rights) | Access control policy and records (A.5.15–5.18) |
|
|
211
|
+
| A.3.11–A.3.12 (Incidents) | Incident response policy and records (A.5.24–5.28) |
|
|
212
|
+
| A.3.26 (Cryptography) | Cryptography policy (A.8.24) |
|
|
213
|
+
| A.3.27 (Secure SDLC) | Secure development policy (A.8.25–8.32) |
|
|
214
|
+
| A.3.25 (Logging) | Logging and monitoring controls (A.8.15–8.16) |
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
## Framework Comparison Summary
|
|
219
|
+
|
|
220
|
+
| Framework | Geographic Scope | Legally Binding? | ISO 27701 Alignment |
|
|
221
|
+
|-----------|-----------------|-----------------|---------------------|
|
|
222
|
+
| GDPR | EU/EEA | Yes — mandatory law | Excellent (dedicated correspondence annex) |
|
|
223
|
+
| UK GDPR | United Kingdom | Yes — mandatory law | Excellent (same as EU GDPR) |
|
|
224
|
+
| CCPA/CPRA | California, USA | Yes — mandatory law | Good (most rights and obligations covered) |
|
|
225
|
+
| LGPD | Brazil | Yes — mandatory law | Excellent (closely mirrors GDPR) |
|
|
226
|
+
| PIPEDA | Canada | Yes — mandatory law | Good (principles-based alignment) |
|
|
227
|
+
| PDPA (Singapore) | Singapore | Yes — mandatory law | Good |
|
|
228
|
+
| PDPA (Thailand) | Thailand | Yes — mandatory law | Good |
|
|
229
|
+
| ISO 27001:2022 | Global | Voluntary standard | Direct integration supported |
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
# ISO 27701:2019 → 2025 Transition Guide
|
|
2
|
+
|
|
3
|
+
Organizations certified under ISO 27701:2019 have until **October 2028** to transition
|
|
4
|
+
to the 2025 edition. This guide covers the key changes, gap analysis approach, and
|
|
5
|
+
the steps to a successful transition audit.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Why the Standard Changed
|
|
10
|
+
|
|
11
|
+
ISO 27701:2019 was designed as an *extension* to ISO 27001:2013 and ISO 27002:2013.
|
|
12
|
+
When ISO 27001 and ISO 27002 were revised in 2022, ISO 27701 needed realignment.
|
|
13
|
+
Rather than publishing another extension, ISO decided to rebuild ISO 27701 as a
|
|
14
|
+
standalone Privacy Information Management System (PIMS) standard — removing the
|
|
15
|
+
mandatory ISO 27001 prerequisite and making privacy management accessible to
|
|
16
|
+
organizations that may not need or want a full ISMS.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Structural Comparison
|
|
21
|
+
|
|
22
|
+
| Element | 2019 Edition | 2025 Edition |
|
|
23
|
+
|---------|-------------|-------------|
|
|
24
|
+
| Standard type | Extension of ISO 27001:2013 | Standalone PIMS standard |
|
|
25
|
+
| ISO 27001 prerequisite | Mandatory | Optional |
|
|
26
|
+
| HLS framework | Derived from ISO 27001 | Own Clauses 4–10 |
|
|
27
|
+
| Shared security guidance | Clause 6 — 90+ sub-clauses from ISO 27001/27002 | **Table A.3 — 29 rationalized controls** |
|
|
28
|
+
| Controller controls | Annex A (Clause 7) — 28 controls | **Table A.1 — 31 controls** |
|
|
29
|
+
| Processor controls | Annex B (Clause 8) — 16 controls | **Table A.2 — 18 controls** |
|
|
30
|
+
| Annex A purpose | Controller-specific controls | Privacy controls for PII controllers |
|
|
31
|
+
| Annex B purpose | Processor-specific controls | Implementation guidance (new) |
|
|
32
|
+
| Implementation guidance | Minimal inline | **Dedicated Annex B** |
|
|
33
|
+
| GDPR mapping | Annex D | Updated correspondence annex |
|
|
34
|
+
| Control ID format | Clause-based (7.x.x, 8.x.x) | Table-based (A.1.x.x, A.2.x.x, A.3.x) |
|
|
35
|
+
| Cloud/AI/IoT controls | Not explicitly covered | Added to 2025 control set |
|
|
36
|
+
| New controls | — | 3 additional controller; 2 additional processor |
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Control Mapping: 2019 → 2025
|
|
41
|
+
|
|
42
|
+
> **Note on 2019 control IDs:** ISO 27701:2019 used clause-based numbering (7.x.x for
|
|
43
|
+
> controllers, 8.x.x for processors). The IDs in the tables below reflect that scheme.
|
|
44
|
+
> For the authoritative, exhaustive control-by-control correspondence, consult
|
|
45
|
+
> **Annex F of ISO 27701:2025** directly — it contains the official mapping table
|
|
46
|
+
> between every 2019 and 2025 control.
|
|
47
|
+
|
|
48
|
+
### Shared Security Controls (Clause 6 → Table A.3)
|
|
49
|
+
|
|
50
|
+
In 2019, ISO 27701 incorporated all of ISO 27001/27002's control guidance into **Clause 6**,
|
|
51
|
+
resulting in 90+ sub-clauses covering security topics. Organizations needed an active ISO 27001
|
|
52
|
+
ISMS to satisfy these requirements.
|
|
53
|
+
|
|
54
|
+
In 2025, this was rationalized into **29 standalone controls in Table A.3**. These cover the
|
|
55
|
+
same security domains (access control, logging, cryptography, incident management, etc.) but
|
|
56
|
+
are now self-contained and implementable without ISO 27001.
|
|
57
|
+
|
|
58
|
+
**For organizations holding ISO 27001:2022:** Map your existing ISMS controls to A.3 in the
|
|
59
|
+
PIMS SoA — you are not implementing new controls, just cross-referencing existing evidence.
|
|
60
|
+
|
|
61
|
+
**For organizations without ISO 27001:** A.3 represents 29 controls that must now be
|
|
62
|
+
independently evidenced. This is the largest new gap for organizations transitioning
|
|
63
|
+
without an ISMS foundation.
|
|
64
|
+
|
|
65
|
+
### Controller Controls (Annex A → Table A.1)
|
|
66
|
+
|
|
67
|
+
| 2019 Reference | 2019 Control Name | 2025 Reference |
|
|
68
|
+
|---------------|-------------------|----------------|
|
|
69
|
+
| A.7.2.1 | Identify and document purpose | A.1.2.2 |
|
|
70
|
+
| A.7.2.2 | Identify lawful basis | A.1.2.3 |
|
|
71
|
+
| A.7.2.3 | Determine when and how consent is obtained | A.1.2.4 |
|
|
72
|
+
| A.7.2.4 | Obtain and record consent | A.1.2.5 |
|
|
73
|
+
| A.7.2.5 | Privacy impact assessment | A.1.2.6 |
|
|
74
|
+
| A.7.2.6 | Contracts with PII processors | A.1.2.7 |
|
|
75
|
+
| A.7.2.7 | Joint PII controller | A.1.2.8 |
|
|
76
|
+
| A.7.2.8 | Records related to processing PII | A.1.2.9 |
|
|
77
|
+
| A.7.3.1 | Determining information for PII principals | A.1.3.2, A.1.3.3 |
|
|
78
|
+
| A.7.3.2 | Providing information to PII principals | A.1.3.4 |
|
|
79
|
+
| A.7.3.3 | Mechanism to modify or withdraw consent | A.1.3.5 |
|
|
80
|
+
| A.7.3.4 | Mechanism to object to processing | A.1.3.6 |
|
|
81
|
+
| A.7.3.5 | Access, correction and erasure | A.1.3.7 |
|
|
82
|
+
| A.7.3.6 | Inform third parties | A.1.3.8 |
|
|
83
|
+
| A.7.3.7 | Providing copy of PII | A.1.3.9 |
|
|
84
|
+
| A.7.3.8 | Handling requests | A.1.3.10 |
|
|
85
|
+
| A.7.3.9 | Automated decision making | A.1.3.11 |
|
|
86
|
+
| A.7.4.1 | Limit collection | A.1.4.2 |
|
|
87
|
+
| A.7.4.2 | Limit processing | A.1.4.3 |
|
|
88
|
+
| A.7.4.3 | Accuracy and quality | A.1.4.4 |
|
|
89
|
+
| A.7.4.4 | PII minimization objectives | A.1.4.5 |
|
|
90
|
+
| A.7.4.5 | Temporary files | A.1.4.7 |
|
|
91
|
+
| A.7.5.1 | Basis for PII transfer | A.1.5.2 |
|
|
92
|
+
| A.7.5.2 | Countries for PII transfer | A.1.5.3 |
|
|
93
|
+
| A.7.5.3 | Records of transfer of PII | A.1.5.4 |
|
|
94
|
+
| A.7.5.4 | Records of PII disclosure to third parties | A.1.5.5 |
|
|
95
|
+
| A.7.5.5 | Notification of PII disclosure requests | → moved to A.2.5.5 (processor-focused) |
|
|
96
|
+
| — | New in 2025 | A.1.4.6 De-identification and Deletion |
|
|
97
|
+
| — | New in 2025 | A.1.4.8 Retention |
|
|
98
|
+
| — | New in 2025 | A.1.4.9 Disposal |
|
|
99
|
+
| — | New in 2025 | A.1.4.10 PII Transmission Controls |
|
|
100
|
+
|
|
101
|
+
### Processor Controls (Annex B → Table A.2)
|
|
102
|
+
|
|
103
|
+
| 2019 Reference | 2019 Control Name | 2025 Reference |
|
|
104
|
+
|---------------|-------------------|----------------|
|
|
105
|
+
| B.8.2.1 | Customer agreement | A.2.2.2 |
|
|
106
|
+
| B.8.2.2 | Organization's purposes | A.2.2.3 |
|
|
107
|
+
| B.8.2.3 | Marketing and advertising use | A.2.2.4 |
|
|
108
|
+
| B.8.2.4 | Infringing instruction | A.2.2.5 |
|
|
109
|
+
| B.8.2.5 | Customer obligations | A.2.2.6 |
|
|
110
|
+
| B.8.2.6 | Records of processing PII | A.2.2.7 |
|
|
111
|
+
| B.8.3.1 | Obligations to PII principals | A.2.3.2 |
|
|
112
|
+
| B.8.4.1 | Temporary files | A.2.4.2 |
|
|
113
|
+
| B.8.4.2 | Return, transfer or disposal | A.2.4.3 |
|
|
114
|
+
| B.8.5.1 | Basis for PII transfer | A.2.5.2 |
|
|
115
|
+
| B.8.5.2 | Countries for PII transfer | A.2.5.3 |
|
|
116
|
+
| B.8.5.3 | Records of PII disclosures | A.2.5.4 |
|
|
117
|
+
| B.8.5.4 | Notification of PII disclosure requests | A.2.5.5 |
|
|
118
|
+
| B.8.5.5 | Legally binding PII disclosures | A.2.5.6 |
|
|
119
|
+
| B.8.5.6 | Disclosure of subcontractors | A.2.5.7 |
|
|
120
|
+
| — | New in 2025 | A.2.4.4 PII Transmission Controls |
|
|
121
|
+
| — | New in 2025 | A.2.5.8 Engagement of a Subcontractor |
|
|
122
|
+
| — | New in 2025 | A.2.5.9 Change of Subcontractor |
|
|
123
|
+
|
|
124
|
+
### Security Controls (New: Table A.3)
|
|
125
|
+
|
|
126
|
+
The 2025 edition introduces **Table A.3** — 29 information security controls drawn
|
|
127
|
+
from ISO 27001/27002:2022 — which all organizations (controllers and processors) must
|
|
128
|
+
address in their SoA regardless of whether they hold ISO 27001 certification.
|
|
129
|
+
|
|
130
|
+
Organizations that already hold ISO 27001:2022 can reference their existing ISMS
|
|
131
|
+
controls as evidence for the A.3 requirements (the controls are aligned). Organizations
|
|
132
|
+
without ISO 27001 must demonstrate these controls independently.
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Gap Analysis for Transition
|
|
137
|
+
|
|
138
|
+
Run this gap analysis to identify what needs to change for the 2025 transition:
|
|
139
|
+
|
|
140
|
+
### Phase 1: Clause Structure Gap (Management System)
|
|
141
|
+
|
|
142
|
+
| Gap Area | 2019 Issue | 2025 Requirement |
|
|
143
|
+
|----------|-----------|-----------------|
|
|
144
|
+
| Own Clause 4–10 | Borrowed from ISO 27001 | PIMS must have own documented clause evidence |
|
|
145
|
+
| PIMS Scope (4.3) | May have been part of ISMS scope | Standalone PIMS scope document required |
|
|
146
|
+
| Privacy Policy (5.2) | May have been embedded in IS Policy | Dedicated privacy policy recommended |
|
|
147
|
+
| Privacy risk assessment (6.1) | Extension of ISMS risk process | PIMS must have documented privacy risk methodology |
|
|
148
|
+
| Standalone SoA (6.1) | Part of ISMS SoA | Standalone PIMS SoA required if not co-located |
|
|
149
|
+
| Internal audit (9.2) | May have been part of ISMS audit | PIMS audit scope must be explicitly defined |
|
|
150
|
+
| Management review (9.3) | Part of ISMS management review | PIMS review inputs/outputs must be explicit |
|
|
151
|
+
|
|
152
|
+
### Phase 2: Controller Control Gaps (A.1 vs 2019 Annex A)
|
|
153
|
+
|
|
154
|
+
New controls in A.1 not in 2019 Annex A:
|
|
155
|
+
- **A.1.4.6 De-identification and Deletion** — Is there a documented de-identification and deletion process?
|
|
156
|
+
- **A.1.4.8 Retention** — Are retention schedules defined per data category?
|
|
157
|
+
- **A.1.4.9 Disposal** — Is secure disposal documented and enforced?
|
|
158
|
+
- **A.1.4.10 PII Transmission Controls** — Are controls on PII transmission documented?
|
|
159
|
+
|
|
160
|
+
### Phase 3: Processor Control Gaps (A.2 vs 2019 Annex B)
|
|
161
|
+
|
|
162
|
+
New controls in A.2 not in 2019 Annex B:
|
|
163
|
+
- **A.2.4.4 PII Transmission Controls** — Transmission controls at processor level
|
|
164
|
+
- **A.2.5.8 Engagement of a Subcontractor** — Is there a formal authorization process for new sub-processors?
|
|
165
|
+
- **A.2.5.9 Change of Subcontractor** — Is the controller notified in advance of sub-processor changes?
|
|
166
|
+
|
|
167
|
+
### Phase 4: Security Control Gap (Clause 6 → A.3)
|
|
168
|
+
|
|
169
|
+
The 2019 Clause 6 contained 90+ sub-clauses drawing from ISO 27001/27002. These are now
|
|
170
|
+
rationalized into 29 discrete controls in Table A.3. This is a restructuring, not wholesale
|
|
171
|
+
new requirements — but organizations must now address A.3 explicitly in their PIMS SoA.
|
|
172
|
+
|
|
173
|
+
If the organization **holds ISO 27001:2022**:
|
|
174
|
+
- Map existing ISMS controls to the corresponding A.3 controls
|
|
175
|
+
- Document the mapping in the PIMS SoA (e.g., "A.3.25 Logging — fully implemented via
|
|
176
|
+
ISMS control A.8.15/A.8.16; see evidence reference [SIEM-001]")
|
|
177
|
+
- No new implementation work should be required for existing ISMS holders
|
|
178
|
+
|
|
179
|
+
If the organization does **not** hold ISO 27001:2022:
|
|
180
|
+
- Review all 29 A.3 controls against current security practices
|
|
181
|
+
- Any gaps must be implemented and evidenced independently
|
|
182
|
+
- This is the single largest new work area for non-ISMS organizations
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## Transition Audit Steps
|
|
187
|
+
|
|
188
|
+
Certification bodies will typically require:
|
|
189
|
+
|
|
190
|
+
1. **Gap analysis** against 2025 requirements (documented)
|
|
191
|
+
2. **Updated PIMS documentation**:
|
|
192
|
+
- Revised PIMS Scope
|
|
193
|
+
- Updated or new standalone Privacy Policy
|
|
194
|
+
- Revised privacy risk assessment to include new controls
|
|
195
|
+
- New standalone PIMS Statement of Applicability (including A.3)
|
|
196
|
+
- Updated Records of Processing Activities
|
|
197
|
+
3. **Evidence of new controls**:
|
|
198
|
+
- Retention schedules and enforcement (A.1.4.8–A.1.4.9)
|
|
199
|
+
- Sub-processor authorization and notification process (A.2.5.8–A.2.5.9)
|
|
200
|
+
- A.3 security controls (if not ISO 27001 certified)
|
|
201
|
+
4. **Transition audit** — typically a focused assessment on the gap areas; full
|
|
202
|
+
recertification not usually required if the gap is well-managed
|
|
203
|
+
5. **Updated SoA** reflecting 2025 control IDs (A.1.x, A.2.x, A.3.x)
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## Recommended Transition Timeline (for October 2028 Deadline)
|
|
208
|
+
|
|
209
|
+
| Phase | Target | Actions |
|
|
210
|
+
|-------|--------|---------|
|
|
211
|
+
| Months 1–3 | Gap analysis complete | Run full 2019→2025 gap assessment; produce gap register |
|
|
212
|
+
| Months 3–6 | Documentation updated | Revise scope, policy, risk assessment, SoA |
|
|
213
|
+
| Months 6–12 | New controls implemented | Address A.1.4.6–A.1.4.10, A.2.5.8–A.2.5.9, A.3 controls |
|
|
214
|
+
| Month 12+ | Internal audit | Internal audit against 2025 requirements |
|
|
215
|
+
| Month 18–24 | Transition audit | Engage certification body for transition audit |
|
|
216
|
+
| Before October 2028 | Transition complete | New 2025 certificate issued |
|
|
217
|
+
|
|
218
|
+
> **Recommendation**: Do not wait until 2027 to begin. Certification bodies will
|
|
219
|
+
> face high demand as the deadline approaches.
|