bmad-plus 0.7.5 → 0.8.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 +450 -425
- package/LICENSE +21 -21
- package/README.md +555 -447
- package/osint-agent-package/README.md +88 -88
- package/osint-agent-package/SETUP_KEYS.md +108 -108
- package/osint-agent-package/agents/osint-investigator.md +80 -80
- package/osint-agent-package/install.ps1 +87 -87
- package/osint-agent-package/install.sh +76 -76
- package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -147
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -148
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -101
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +266 -260
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -101
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -141
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -79
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -71
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -85
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -102
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -72
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -208
- package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -15
- package/package.json +62 -57
- package/readme-international/README.de.md +576 -426
- package/readme-international/README.es.md +578 -518
- package/readme-international/README.fr.md +576 -516
- package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -96
- package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -201
- package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -137
- package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -83
- package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -71
- package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -80
- package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/pack-animated/animated-website-agent.md +325 -325
- package/src/bmad-plus/agents/pack-animated/templates/animated-website-workflow.md +55 -55
- package/src/bmad-plus/agents/pack-backup/backup-agent.md +71 -71
- package/src/bmad-plus/agents/pack-backup/templates/backup-workflow.md +51 -51
- package/src/bmad-plus/agents/pack-seo/SKILL.md +171 -171
- package/src/bmad-plus/agents/pack-seo/checklist.md +140 -140
- package/src/bmad-plus/agents/pack-seo/pagespeed-playbook.md +320 -320
- package/src/bmad-plus/agents/pack-seo/ref/audit-schema.json +187 -187
- package/src/bmad-plus/agents/pack-seo/ref/cwv-thresholds.md +87 -87
- package/src/bmad-plus/agents/pack-seo/ref/eeat-criteria.md +123 -123
- package/src/bmad-plus/agents/pack-seo/ref/geo-signals.md +167 -167
- package/src/bmad-plus/agents/pack-seo/ref/hreflang-rules.md +153 -153
- package/src/bmad-plus/agents/pack-seo/ref/quality-gates.md +133 -133
- package/src/bmad-plus/agents/pack-seo/ref/schema-catalog.md +91 -91
- package/src/bmad-plus/agents/pack-seo/ref/schema-templates.json +356 -356
- package/src/bmad-plus/agents/pack-seo/seo-chief.md +294 -294
- package/src/bmad-plus/agents/pack-seo/seo-judge.md +241 -241
- package/src/bmad-plus/agents/pack-seo/seo-scout.md +171 -171
- package/src/bmad-plus/agents/pack-seo/templates/seo-audit-workflow.md +241 -241
- package/src/bmad-plus/data/role-triggers.yaml +209 -209
- package/src/bmad-plus/module-help.csv +10 -10
- package/src/bmad-plus/module.yaml +283 -280
- package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -0
- package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -0
- package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -0
- package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -0
- package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
- package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
- package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
- package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
- package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
- package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
- package/src/bmad-plus/packs/pack-memory/README.md +106 -106
- package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -79
- package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -86
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -143
- package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -39
- package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -25
- package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -39
- package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -31
- package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -24
- package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -25
- package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -157
- package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -0
- package/src/bmad-plus/packs/pack-seo/checklist.md +140 -0
- package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -0
- package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -0
- package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -0
- package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -0
- package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -0
- package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -0
- package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -0
- package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -0
- package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -0
- package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -0
- package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -0
- package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -0
- package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -0
- package/src/bmad-plus/packs/pack-shield/README.md +110 -110
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -262
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -179
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -201
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -97
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -251
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -133
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -221
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -150
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -167
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -83
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -250
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -218
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -94
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -136
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -296
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -134
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -129
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -127
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -272
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -202
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -367
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -510
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -247
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -173
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -239
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -266
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -164
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -131
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -155
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -187
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -113
- package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -197
- package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -180
- package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -235
- package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -159
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -133
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -160
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -135
- package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -117
- package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -177
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -162
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -235
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -252
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -170
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -113
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -211
- package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -281
- package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -253
- package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -401
- package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -441
- package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -297
- package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -306
- package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -349
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -173
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -426
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -599
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -319
- package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -250
- package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -280
- package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -207
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -267
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -287
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -182
- package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -209
- package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -281
- package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -93
- package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -134
- package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -86
- package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -129
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -192
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -121
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -87
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -293
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -276
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -299
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -568
- package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -181
- package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -183
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -203
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -132
- package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -153
- package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -195
- package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -229
- package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -219
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -258
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -279
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -155
- package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -174
- package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -146
- package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -93
- package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -147
- package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -272
- package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -271
- package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -153
- package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -68
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -349
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -277
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -450
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -361
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -192
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -143
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -278
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -135
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -366
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -217
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -190
- package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -160
- package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -241
- package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -236
- package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -254
- package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -276
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -202
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -545
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -359
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -187
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -187
- package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -510
- package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -103
- package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -103
- package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -83
- package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -229
- package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -68
- package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -99
- package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -93
- package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -69
- package/tools/cli/commands/autoconfig.js +498 -489
- package/tools/cli/commands/doctor.js +222 -222
- package/tools/cli/commands/install.js +739 -739
- package/tools/cli/commands/memory.js +194 -194
- package/tools/cli/commands/scan.js +360 -350
- package/tools/cli/commands/uninstall.js +96 -96
- package/tools/cli/commands/update.js +174 -174
- package/tools/cli/i18n.js +763 -763
|
@@ -1,132 +1,132 @@
|
|
|
1
|
-
# ISO 27001:2022 Annex A — All 93 Controls
|
|
2
|
-
|
|
3
|
-
## Table of Contents
|
|
4
|
-
- [A.5 Organisational Controls (37 controls)](#a5-organisational-controls)
|
|
5
|
-
- [A.6 People Controls (8 controls)](#a6-people-controls)
|
|
6
|
-
- [A.7 Physical Controls (14 controls)](#a7-physical-controls)
|
|
7
|
-
- [A.8 Technological Controls (34 controls)](#a8-technological-controls)
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
## A.5 Organisational Controls
|
|
12
|
-
|
|
13
|
-
| ID | Control Name | Description |
|
|
14
|
-
|----|-------------|-------------|
|
|
15
|
-
| A.5.1 | Policies for information security | Define, approve, publish, and review IS policies |
|
|
16
|
-
| A.5.2 | Information security roles and responsibilities | Assign and communicate IS roles |
|
|
17
|
-
| A.5.3 | Segregation of duties | Separate conflicting duties to reduce fraud/error risk |
|
|
18
|
-
| A.5.4 | Management responsibilities | Require managers to enforce IS policies |
|
|
19
|
-
| A.5.5 | Contact with authorities | Maintain contacts with relevant authorities (law enforcement, regulators) |
|
|
20
|
-
| A.5.6 | Contact with special interest groups | Maintain contacts with security forums, professional bodies |
|
|
21
|
-
| A.5.7 | Threat intelligence ⭐NEW | Collect, analyse, and act on information about IS threats |
|
|
22
|
-
| A.5.8 | Information security in project management | Address IS in project management |
|
|
23
|
-
| A.5.9 | Inventory of information and other associated assets | Identify assets and assign ownership |
|
|
24
|
-
| A.5.10 | Acceptable use of information and other associated assets | Define rules for acceptable use of assets |
|
|
25
|
-
| A.5.11 | Return of assets | Ensure assets are returned upon change/termination |
|
|
26
|
-
| A.5.12 | Classification of information | Classify information per legal, value, and sensitivity needs |
|
|
27
|
-
| A.5.13 | Labelling of information | Apply labels per classification scheme |
|
|
28
|
-
| A.5.14 | Information transfer | Define rules and controls for transferring information |
|
|
29
|
-
| A.5.15 | Access control | Define and implement access control rules based on business/security needs |
|
|
30
|
-
| A.5.16 | Identity management | Manage full lifecycle of identities |
|
|
31
|
-
| A.5.17 | Authentication information | Control allocation and use of authentication info (passwords etc.) |
|
|
32
|
-
| A.5.18 | Access rights | Provision, review, modify, and remove access rights |
|
|
33
|
-
| A.5.19 | Information security in supplier relationships | Define IS requirements for supplier relationships |
|
|
34
|
-
| A.5.20 | Addressing information security within supplier agreements | Include IS in supplier contracts |
|
|
35
|
-
| A.5.21 | Managing information security in the ICT supply chain | Monitor and manage IS risks in the ICT supply chain |
|
|
36
|
-
| A.5.22 | Monitoring, review and change management of supplier services | Regularly review and audit supplier service delivery |
|
|
37
|
-
| A.5.23 | Information security for use of cloud services ⭐NEW | Manage IS for acquisition, use, and exit of cloud services |
|
|
38
|
-
| A.5.24 | Information security incident management planning and preparation | Plan and prepare for IS incident management |
|
|
39
|
-
| A.5.25 | Assessment and decision on information security events | Assess events and classify as incidents if applicable |
|
|
40
|
-
| A.5.26 | Response to information security incidents | Respond to incidents per documented procedures |
|
|
41
|
-
| A.5.27 | Learning from information security incidents | Use knowledge from incidents to improve controls |
|
|
42
|
-
| A.5.28 | Collection of evidence | Define procedures for identifying, collecting, and preserving evidence |
|
|
43
|
-
| A.5.29 | Information security during disruption ⭐NEW | Plan for maintaining IS during disruption |
|
|
44
|
-
| A.5.30 | ICT readiness for business continuity ⭐NEW | Plan, implement, monitor ICT continuity |
|
|
45
|
-
| A.5.31 | Legal, statutory, regulatory and contractual requirements | Identify and document legal/regulatory requirements |
|
|
46
|
-
| A.5.32 | Intellectual property rights | Protect intellectual property per legal requirements |
|
|
47
|
-
| A.5.33 | Protection of records | Protect records from loss, destruction, and falsification |
|
|
48
|
-
| A.5.34 | Privacy and protection of PII | Protect privacy and PII per applicable legislation |
|
|
49
|
-
| A.5.35 | Independent review of information security | Review IS implementation and controls independently |
|
|
50
|
-
| A.5.36 | Compliance with policies, rules and standards | Ensure compliance with IS policies and standards |
|
|
51
|
-
| A.5.37 | Documented operating procedures | Document and maintain operating procedures for IS |
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
## A.6 People Controls
|
|
56
|
-
|
|
57
|
-
| ID | Control Name | Description |
|
|
58
|
-
|----|-------------|-------------|
|
|
59
|
-
| A.6.1 | Screening | Background verification checks on all candidates |
|
|
60
|
-
| A.6.2 | Terms and conditions of employment | Contractual IS responsibilities for employees and contractors |
|
|
61
|
-
| A.6.3 | Information security awareness, education and training | IS awareness and training for all personnel |
|
|
62
|
-
| A.6.4 | Disciplinary process | Formal process for IS policy violations |
|
|
63
|
-
| A.6.5 | Responsibilities after termination or change of employment | Define post-employment IS responsibilities |
|
|
64
|
-
| A.6.6 | Confidentiality or non-disclosure agreements | Require NDAs for personnel and contractors |
|
|
65
|
-
| A.6.7 | Remote working | Define IS policies for remote working |
|
|
66
|
-
| A.6.8 | Information security event reporting | Require personnel to report IS events |
|
|
67
|
-
|
|
68
|
-
---
|
|
69
|
-
|
|
70
|
-
## A.7 Physical Controls
|
|
71
|
-
|
|
72
|
-
| ID | Control Name | Description |
|
|
73
|
-
|----|-------------|-------------|
|
|
74
|
-
| A.7.1 | Physical security perimeters | Define and use security perimeters to protect sensitive areas |
|
|
75
|
-
| A.7.2 | Physical entry | Control physical access with authentication mechanisms |
|
|
76
|
-
| A.7.3 | Securing offices, rooms and facilities | Design and apply physical security for offices |
|
|
77
|
-
| A.7.4 | Physical security monitoring ⭐NEW | Continuously monitor premises for unauthorised access |
|
|
78
|
-
| A.7.5 | Protecting against physical and environmental threats | Protect against physical/environmental threats (fire, flood, etc.) |
|
|
79
|
-
| A.7.6 | Working in secure areas | Define procedures for working in secure areas |
|
|
80
|
-
| A.7.7 | Clear desk and clear screen | Require clear desk and clear screen policies |
|
|
81
|
-
| A.7.8 | Equipment siting and protection | Protect equipment from threats and environmental hazards |
|
|
82
|
-
| A.7.9 | Security of assets off-premises | Protect assets used off-site |
|
|
83
|
-
| A.7.10 | Storage media | Manage storage media through acquisition, use, transport, and disposal |
|
|
84
|
-
| A.7.11 | Supporting utilities | Protect equipment from power/utility failures |
|
|
85
|
-
| A.7.12 | Cabling security | Protect cables from interception/damage |
|
|
86
|
-
| A.7.13 | Equipment maintenance | Maintain equipment to ensure availability and integrity |
|
|
87
|
-
| A.7.14 | Secure disposal or re-use of equipment | Securely dispose of or sanitise equipment before re-use |
|
|
88
|
-
|
|
89
|
-
---
|
|
90
|
-
|
|
91
|
-
## A.8 Technological Controls
|
|
92
|
-
|
|
93
|
-
| ID | Control Name | Description |
|
|
94
|
-
|----|-------------|-------------|
|
|
95
|
-
| A.8.1 | User end point devices | Protect end-point devices with policies and controls |
|
|
96
|
-
| A.8.2 | Privileged access rights | Restrict, manage, and monitor privileged access |
|
|
97
|
-
| A.8.3 | Information access restriction | Restrict access to information per access control policy |
|
|
98
|
-
| A.8.4 | Access to source code | Restrict access to source code, dev tools, and software libraries |
|
|
99
|
-
| A.8.5 | Secure authentication | Implement secure authentication technologies and procedures |
|
|
100
|
-
| A.8.6 | Capacity management | Monitor and manage resource capacity (storage, compute, network) |
|
|
101
|
-
| A.8.7 | Protection against malware | Implement malware detection and prevention controls |
|
|
102
|
-
| A.8.8 | Management of technical vulnerabilities | Identify, evaluate, and remediate technical vulnerabilities |
|
|
103
|
-
| A.8.9 | Configuration management ⭐NEW | Define, document, implement, and monitor configurations |
|
|
104
|
-
| A.8.10 | Information deletion ⭐NEW | Delete information when no longer required |
|
|
105
|
-
| A.8.11 | Data masking ⭐NEW | Mask data in line with access control and business/legal needs |
|
|
106
|
-
| A.8.12 | Data leakage prevention ⭐NEW | Apply DLP controls to systems, networks, and devices |
|
|
107
|
-
| A.8.13 | Information backup | Maintain and test backup copies of information |
|
|
108
|
-
| A.8.14 | Redundancy of information processing facilities | Implement redundancy to meet availability requirements |
|
|
109
|
-
| A.8.15 | Logging | Produce, store, protect, and analyse event logs |
|
|
110
|
-
| A.8.16 | Monitoring activities ⭐NEW | Monitor networks, systems, and applications for anomalies |
|
|
111
|
-
| A.8.17 | Clock synchronisation | Synchronise clocks across systems to a single reference |
|
|
112
|
-
| A.8.18 | Use of privileged utility programs | Restrict and control use of utility programs with admin capabilities |
|
|
113
|
-
| A.8.19 | Installation of software on operational systems | Control software installations on operational systems |
|
|
114
|
-
| A.8.20 | Networks security | Secure, manage, and control networks and devices |
|
|
115
|
-
| A.8.21 | Security of network services | Define security requirements for all network services |
|
|
116
|
-
| A.8.22 | Segregation of networks | Segregate groups of services, users, and systems |
|
|
117
|
-
| A.8.23 | Web filtering ⭐NEW | Manage access to external websites to reduce exposure |
|
|
118
|
-
| A.8.24 | Use of cryptography | Define rules for use of cryptography (algorithms, key management) |
|
|
119
|
-
| A.8.25 | Secure development life cycle | Establish rules for secure software/system development |
|
|
120
|
-
| A.8.26 | Application security requirements | Identify and approve IS requirements for application development |
|
|
121
|
-
| A.8.27 | Secure system architecture and engineering principles | Define and apply security engineering principles |
|
|
122
|
-
| A.8.28 | Secure coding ⭐NEW | Apply secure coding principles to software development |
|
|
123
|
-
| A.8.29 | Security testing in development and acceptance | Define and perform security testing in development pipelines |
|
|
124
|
-
| A.8.30 | Outsourced development | Supervise and monitor outsourced software development |
|
|
125
|
-
| A.8.31 | Separation of development, test and production environments | Separate dev, test, and prod environments |
|
|
126
|
-
| A.8.32 | Change management | Manage changes to IS, systems, and processes |
|
|
127
|
-
| A.8.33 | Test information | Select, protect, and manage test data appropriately |
|
|
128
|
-
| A.8.34 | Protection of information systems during audit testing | Plan and control audit activities to minimise operational disruption |
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
⭐NEW = New control introduced in ISO 27001:2022 (not present in 2013 version)
|
|
1
|
+
# ISO 27001:2022 Annex A — All 93 Controls
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
- [A.5 Organisational Controls (37 controls)](#a5-organisational-controls)
|
|
5
|
+
- [A.6 People Controls (8 controls)](#a6-people-controls)
|
|
6
|
+
- [A.7 Physical Controls (14 controls)](#a7-physical-controls)
|
|
7
|
+
- [A.8 Technological Controls (34 controls)](#a8-technological-controls)
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## A.5 Organisational Controls
|
|
12
|
+
|
|
13
|
+
| ID | Control Name | Description |
|
|
14
|
+
|----|-------------|-------------|
|
|
15
|
+
| A.5.1 | Policies for information security | Define, approve, publish, and review IS policies |
|
|
16
|
+
| A.5.2 | Information security roles and responsibilities | Assign and communicate IS roles |
|
|
17
|
+
| A.5.3 | Segregation of duties | Separate conflicting duties to reduce fraud/error risk |
|
|
18
|
+
| A.5.4 | Management responsibilities | Require managers to enforce IS policies |
|
|
19
|
+
| A.5.5 | Contact with authorities | Maintain contacts with relevant authorities (law enforcement, regulators) |
|
|
20
|
+
| A.5.6 | Contact with special interest groups | Maintain contacts with security forums, professional bodies |
|
|
21
|
+
| A.5.7 | Threat intelligence ⭐NEW | Collect, analyse, and act on information about IS threats |
|
|
22
|
+
| A.5.8 | Information security in project management | Address IS in project management |
|
|
23
|
+
| A.5.9 | Inventory of information and other associated assets | Identify assets and assign ownership |
|
|
24
|
+
| A.5.10 | Acceptable use of information and other associated assets | Define rules for acceptable use of assets |
|
|
25
|
+
| A.5.11 | Return of assets | Ensure assets are returned upon change/termination |
|
|
26
|
+
| A.5.12 | Classification of information | Classify information per legal, value, and sensitivity needs |
|
|
27
|
+
| A.5.13 | Labelling of information | Apply labels per classification scheme |
|
|
28
|
+
| A.5.14 | Information transfer | Define rules and controls for transferring information |
|
|
29
|
+
| A.5.15 | Access control | Define and implement access control rules based on business/security needs |
|
|
30
|
+
| A.5.16 | Identity management | Manage full lifecycle of identities |
|
|
31
|
+
| A.5.17 | Authentication information | Control allocation and use of authentication info (passwords etc.) |
|
|
32
|
+
| A.5.18 | Access rights | Provision, review, modify, and remove access rights |
|
|
33
|
+
| A.5.19 | Information security in supplier relationships | Define IS requirements for supplier relationships |
|
|
34
|
+
| A.5.20 | Addressing information security within supplier agreements | Include IS in supplier contracts |
|
|
35
|
+
| A.5.21 | Managing information security in the ICT supply chain | Monitor and manage IS risks in the ICT supply chain |
|
|
36
|
+
| A.5.22 | Monitoring, review and change management of supplier services | Regularly review and audit supplier service delivery |
|
|
37
|
+
| A.5.23 | Information security for use of cloud services ⭐NEW | Manage IS for acquisition, use, and exit of cloud services |
|
|
38
|
+
| A.5.24 | Information security incident management planning and preparation | Plan and prepare for IS incident management |
|
|
39
|
+
| A.5.25 | Assessment and decision on information security events | Assess events and classify as incidents if applicable |
|
|
40
|
+
| A.5.26 | Response to information security incidents | Respond to incidents per documented procedures |
|
|
41
|
+
| A.5.27 | Learning from information security incidents | Use knowledge from incidents to improve controls |
|
|
42
|
+
| A.5.28 | Collection of evidence | Define procedures for identifying, collecting, and preserving evidence |
|
|
43
|
+
| A.5.29 | Information security during disruption ⭐NEW | Plan for maintaining IS during disruption |
|
|
44
|
+
| A.5.30 | ICT readiness for business continuity ⭐NEW | Plan, implement, monitor ICT continuity |
|
|
45
|
+
| A.5.31 | Legal, statutory, regulatory and contractual requirements | Identify and document legal/regulatory requirements |
|
|
46
|
+
| A.5.32 | Intellectual property rights | Protect intellectual property per legal requirements |
|
|
47
|
+
| A.5.33 | Protection of records | Protect records from loss, destruction, and falsification |
|
|
48
|
+
| A.5.34 | Privacy and protection of PII | Protect privacy and PII per applicable legislation |
|
|
49
|
+
| A.5.35 | Independent review of information security | Review IS implementation and controls independently |
|
|
50
|
+
| A.5.36 | Compliance with policies, rules and standards | Ensure compliance with IS policies and standards |
|
|
51
|
+
| A.5.37 | Documented operating procedures | Document and maintain operating procedures for IS |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## A.6 People Controls
|
|
56
|
+
|
|
57
|
+
| ID | Control Name | Description |
|
|
58
|
+
|----|-------------|-------------|
|
|
59
|
+
| A.6.1 | Screening | Background verification checks on all candidates |
|
|
60
|
+
| A.6.2 | Terms and conditions of employment | Contractual IS responsibilities for employees and contractors |
|
|
61
|
+
| A.6.3 | Information security awareness, education and training | IS awareness and training for all personnel |
|
|
62
|
+
| A.6.4 | Disciplinary process | Formal process for IS policy violations |
|
|
63
|
+
| A.6.5 | Responsibilities after termination or change of employment | Define post-employment IS responsibilities |
|
|
64
|
+
| A.6.6 | Confidentiality or non-disclosure agreements | Require NDAs for personnel and contractors |
|
|
65
|
+
| A.6.7 | Remote working | Define IS policies for remote working |
|
|
66
|
+
| A.6.8 | Information security event reporting | Require personnel to report IS events |
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## A.7 Physical Controls
|
|
71
|
+
|
|
72
|
+
| ID | Control Name | Description |
|
|
73
|
+
|----|-------------|-------------|
|
|
74
|
+
| A.7.1 | Physical security perimeters | Define and use security perimeters to protect sensitive areas |
|
|
75
|
+
| A.7.2 | Physical entry | Control physical access with authentication mechanisms |
|
|
76
|
+
| A.7.3 | Securing offices, rooms and facilities | Design and apply physical security for offices |
|
|
77
|
+
| A.7.4 | Physical security monitoring ⭐NEW | Continuously monitor premises for unauthorised access |
|
|
78
|
+
| A.7.5 | Protecting against physical and environmental threats | Protect against physical/environmental threats (fire, flood, etc.) |
|
|
79
|
+
| A.7.6 | Working in secure areas | Define procedures for working in secure areas |
|
|
80
|
+
| A.7.7 | Clear desk and clear screen | Require clear desk and clear screen policies |
|
|
81
|
+
| A.7.8 | Equipment siting and protection | Protect equipment from threats and environmental hazards |
|
|
82
|
+
| A.7.9 | Security of assets off-premises | Protect assets used off-site |
|
|
83
|
+
| A.7.10 | Storage media | Manage storage media through acquisition, use, transport, and disposal |
|
|
84
|
+
| A.7.11 | Supporting utilities | Protect equipment from power/utility failures |
|
|
85
|
+
| A.7.12 | Cabling security | Protect cables from interception/damage |
|
|
86
|
+
| A.7.13 | Equipment maintenance | Maintain equipment to ensure availability and integrity |
|
|
87
|
+
| A.7.14 | Secure disposal or re-use of equipment | Securely dispose of or sanitise equipment before re-use |
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## A.8 Technological Controls
|
|
92
|
+
|
|
93
|
+
| ID | Control Name | Description |
|
|
94
|
+
|----|-------------|-------------|
|
|
95
|
+
| A.8.1 | User end point devices | Protect end-point devices with policies and controls |
|
|
96
|
+
| A.8.2 | Privileged access rights | Restrict, manage, and monitor privileged access |
|
|
97
|
+
| A.8.3 | Information access restriction | Restrict access to information per access control policy |
|
|
98
|
+
| A.8.4 | Access to source code | Restrict access to source code, dev tools, and software libraries |
|
|
99
|
+
| A.8.5 | Secure authentication | Implement secure authentication technologies and procedures |
|
|
100
|
+
| A.8.6 | Capacity management | Monitor and manage resource capacity (storage, compute, network) |
|
|
101
|
+
| A.8.7 | Protection against malware | Implement malware detection and prevention controls |
|
|
102
|
+
| A.8.8 | Management of technical vulnerabilities | Identify, evaluate, and remediate technical vulnerabilities |
|
|
103
|
+
| A.8.9 | Configuration management ⭐NEW | Define, document, implement, and monitor configurations |
|
|
104
|
+
| A.8.10 | Information deletion ⭐NEW | Delete information when no longer required |
|
|
105
|
+
| A.8.11 | Data masking ⭐NEW | Mask data in line with access control and business/legal needs |
|
|
106
|
+
| A.8.12 | Data leakage prevention ⭐NEW | Apply DLP controls to systems, networks, and devices |
|
|
107
|
+
| A.8.13 | Information backup | Maintain and test backup copies of information |
|
|
108
|
+
| A.8.14 | Redundancy of information processing facilities | Implement redundancy to meet availability requirements |
|
|
109
|
+
| A.8.15 | Logging | Produce, store, protect, and analyse event logs |
|
|
110
|
+
| A.8.16 | Monitoring activities ⭐NEW | Monitor networks, systems, and applications for anomalies |
|
|
111
|
+
| A.8.17 | Clock synchronisation | Synchronise clocks across systems to a single reference |
|
|
112
|
+
| A.8.18 | Use of privileged utility programs | Restrict and control use of utility programs with admin capabilities |
|
|
113
|
+
| A.8.19 | Installation of software on operational systems | Control software installations on operational systems |
|
|
114
|
+
| A.8.20 | Networks security | Secure, manage, and control networks and devices |
|
|
115
|
+
| A.8.21 | Security of network services | Define security requirements for all network services |
|
|
116
|
+
| A.8.22 | Segregation of networks | Segregate groups of services, users, and systems |
|
|
117
|
+
| A.8.23 | Web filtering ⭐NEW | Manage access to external websites to reduce exposure |
|
|
118
|
+
| A.8.24 | Use of cryptography | Define rules for use of cryptography (algorithms, key management) |
|
|
119
|
+
| A.8.25 | Secure development life cycle | Establish rules for secure software/system development |
|
|
120
|
+
| A.8.26 | Application security requirements | Identify and approve IS requirements for application development |
|
|
121
|
+
| A.8.27 | Secure system architecture and engineering principles | Define and apply security engineering principles |
|
|
122
|
+
| A.8.28 | Secure coding ⭐NEW | Apply secure coding principles to software development |
|
|
123
|
+
| A.8.29 | Security testing in development and acceptance | Define and perform security testing in development pipelines |
|
|
124
|
+
| A.8.30 | Outsourced development | Supervise and monitor outsourced software development |
|
|
125
|
+
| A.8.31 | Separation of development, test and production environments | Separate dev, test, and prod environments |
|
|
126
|
+
| A.8.32 | Change management | Manage changes to IS, systems, and processes |
|
|
127
|
+
| A.8.33 | Test information | Select, protect, and manage test data appropriately |
|
|
128
|
+
| A.8.34 | Protection of information systems during audit testing | Plan and control audit activities to minimise operational disruption |
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
⭐NEW = New control introduced in ISO 27001:2022 (not present in 2013 version)
|
|
@@ -1,153 +1,153 @@
|
|
|
1
|
-
# ISO 27001 Control Mapping: 2013 ↔ 2022
|
|
2
|
-
|
|
3
|
-
This file provides cross-reference mapping between ISO 27001:2013 (114 controls) and ISO 27001:2022 (93 controls).
|
|
4
|
-
|
|
5
|
-
## Summary of Changes
|
|
6
|
-
- Controls reduced from **114 → 93**
|
|
7
|
-
- Domains reduced from **14 → 4 themes**
|
|
8
|
-
- **11 new controls** added (marked ⭐)
|
|
9
|
-
- **Merged**: Many 2013 controls were consolidated into single 2022 controls
|
|
10
|
-
- **Renamed**: Several controls were renamed for clarity
|
|
11
|
-
- **Deleted**: No controls were fully removed — all 2013 concepts are still covered
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## 2022 → 2013 Mapping
|
|
16
|
-
|
|
17
|
-
### A.5 Organisational Controls (2022) → 2013 Equivalents
|
|
18
|
-
|
|
19
|
-
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
20
|
-
|-------------|-----------|-------------------|
|
|
21
|
-
| A.5.1 | Policies for information security | A.5.1.1, A.5.1.2 |
|
|
22
|
-
| A.5.2 | IS roles and responsibilities | A.6.1.1 |
|
|
23
|
-
| A.5.3 | Segregation of duties | A.6.1.2 |
|
|
24
|
-
| A.5.4 | Management responsibilities | A.7.2.1 |
|
|
25
|
-
| A.5.5 | Contact with authorities | A.6.1.3 |
|
|
26
|
-
| A.5.6 | Contact with special interest groups | A.6.1.4 |
|
|
27
|
-
| A.5.7 | Threat intelligence | ⭐ NEW |
|
|
28
|
-
| A.5.8 | IS in project management | A.6.1.5 |
|
|
29
|
-
| A.5.9 | Inventory of information and assets | A.8.1.1, A.8.1.2 |
|
|
30
|
-
| A.5.10 | Acceptable use of information and assets | A.8.1.3 |
|
|
31
|
-
| A.5.11 | Return of assets | A.8.1.4 |
|
|
32
|
-
| A.5.12 | Classification of information | A.8.2.1 |
|
|
33
|
-
| A.5.13 | Labelling of information | A.8.2.2 |
|
|
34
|
-
| A.5.14 | Information transfer | A.13.2.1, A.13.2.2, A.13.2.3 |
|
|
35
|
-
| A.5.15 | Access control | A.9.1.1, A.9.1.2 |
|
|
36
|
-
| A.5.16 | Identity management | A.9.2.1 |
|
|
37
|
-
| A.5.17 | Authentication information | A.9.2.4, A.9.3.1, A.9.4.3 |
|
|
38
|
-
| A.5.18 | Access rights | A.9.2.2, A.9.2.5, A.9.2.6 |
|
|
39
|
-
| A.5.19 | IS in supplier relationships | A.15.1.1 |
|
|
40
|
-
| A.5.20 | IS within supplier agreements | A.15.1.2 |
|
|
41
|
-
| A.5.21 | Managing IS in the ICT supply chain | A.15.1.3 |
|
|
42
|
-
| A.5.22 | Monitoring/review of supplier services | A.15.2.1, A.15.2.2 |
|
|
43
|
-
| A.5.23 | IS for use of cloud services | ⭐ NEW |
|
|
44
|
-
| A.5.24 | IS incident management planning | A.16.1.1 |
|
|
45
|
-
| A.5.25 | Assessment of IS events | A.16.1.4 |
|
|
46
|
-
| A.5.26 | Response to IS incidents | A.16.1.5 |
|
|
47
|
-
| A.5.27 | Learning from IS incidents | A.16.1.6 |
|
|
48
|
-
| A.5.28 | Collection of evidence | A.16.1.7 |
|
|
49
|
-
| A.5.29 | IS during disruption | A.17.1.1, A.17.1.2 |
|
|
50
|
-
| A.5.30 | ICT readiness for business continuity | ⭐ NEW |
|
|
51
|
-
| A.5.31 | Legal, statutory, regulatory requirements | A.18.1.1 |
|
|
52
|
-
| A.5.32 | Intellectual property rights | A.18.1.2 |
|
|
53
|
-
| A.5.33 | Protection of records | A.18.1.3 |
|
|
54
|
-
| A.5.34 | Privacy and protection of PII | A.18.1.4 |
|
|
55
|
-
| A.5.35 | Independent review of IS | A.18.2.1 |
|
|
56
|
-
| A.5.36 | Compliance with policies, rules, standards | A.18.2.2, A.18.2.3 |
|
|
57
|
-
| A.5.37 | Documented operating procedures | A.12.1.1 |
|
|
58
|
-
|
|
59
|
-
### A.6 People Controls (2022) → 2013 Equivalents
|
|
60
|
-
|
|
61
|
-
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
62
|
-
|-------------|-----------|-------------------|
|
|
63
|
-
| A.6.1 | Screening | A.7.1.1 |
|
|
64
|
-
| A.6.2 | Terms and conditions of employment | A.7.1.2 |
|
|
65
|
-
| A.6.3 | IS awareness, education and training | A.7.2.2 |
|
|
66
|
-
| A.6.4 | Disciplinary process | A.7.2.3 |
|
|
67
|
-
| A.6.5 | Responsibilities after termination | A.7.3.1 |
|
|
68
|
-
| A.6.6 | Confidentiality or NDA agreements | A.13.2.4 |
|
|
69
|
-
| A.6.7 | Remote working | A.6.2.2 |
|
|
70
|
-
| A.6.8 | IS event reporting | A.16.1.2, A.16.1.3 |
|
|
71
|
-
|
|
72
|
-
### A.7 Physical Controls (2022) → 2013 Equivalents
|
|
73
|
-
|
|
74
|
-
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
75
|
-
|-------------|-----------|-------------------|
|
|
76
|
-
| A.7.1 | Physical security perimeters | A.11.1.1 |
|
|
77
|
-
| A.7.2 | Physical entry | A.11.1.2, A.11.1.6 |
|
|
78
|
-
| A.7.3 | Securing offices, rooms and facilities | A.11.1.3 |
|
|
79
|
-
| A.7.4 | Physical security monitoring | ⭐ NEW |
|
|
80
|
-
| A.7.5 | Protecting against physical/environmental threats | A.11.1.4 |
|
|
81
|
-
| A.7.6 | Working in secure areas | A.11.1.5 |
|
|
82
|
-
| A.7.7 | Clear desk and clear screen | A.11.2.9 |
|
|
83
|
-
| A.7.8 | Equipment siting and protection | A.11.2.1 |
|
|
84
|
-
| A.7.9 | Security of assets off-premises | A.11.2.6 |
|
|
85
|
-
| A.7.10 | Storage media | A.8.3.1, A.8.3.2, A.8.3.3, A.11.2.5 |
|
|
86
|
-
| A.7.11 | Supporting utilities | A.11.2.2 |
|
|
87
|
-
| A.7.12 | Cabling security | A.11.2.3 |
|
|
88
|
-
| A.7.13 | Equipment maintenance | A.11.2.4 |
|
|
89
|
-
| A.7.14 | Secure disposal or re-use of equipment | A.11.2.7 |
|
|
90
|
-
|
|
91
|
-
### A.8 Technological Controls (2022) → 2013 Equivalents
|
|
92
|
-
|
|
93
|
-
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
94
|
-
|-------------|-----------|-------------------|
|
|
95
|
-
| A.8.1 | User end point devices | A.6.2.1, A.11.2.8 |
|
|
96
|
-
| A.8.2 | Privileged access rights | A.9.2.3 |
|
|
97
|
-
| A.8.3 | Information access restriction | A.9.4.1 |
|
|
98
|
-
| A.8.4 | Access to source code | A.9.4.5 |
|
|
99
|
-
| A.8.5 | Secure authentication | A.9.4.2 |
|
|
100
|
-
| A.8.6 | Capacity management | A.12.1.3 |
|
|
101
|
-
| A.8.7 | Protection against malware | A.12.2.1 |
|
|
102
|
-
| A.8.8 | Management of technical vulnerabilities | A.12.6.1, A.12.6.2 |
|
|
103
|
-
| A.8.9 | Configuration management | ⭐ NEW |
|
|
104
|
-
| A.8.10 | Information deletion | ⭐ NEW |
|
|
105
|
-
| A.8.11 | Data masking | ⭐ NEW |
|
|
106
|
-
| A.8.12 | Data leakage prevention | ⭐ NEW |
|
|
107
|
-
| A.8.13 | Information backup | A.12.3.1 |
|
|
108
|
-
| A.8.14 | Redundancy of information processing facilities | A.17.2.1 |
|
|
109
|
-
| A.8.15 | Logging | A.12.4.1, A.12.4.2, A.12.4.3 |
|
|
110
|
-
| A.8.16 | Monitoring activities | ⭐ NEW |
|
|
111
|
-
| A.8.17 | Clock synchronisation | A.12.4.4 |
|
|
112
|
-
| A.8.18 | Use of privileged utility programs | A.9.4.4 |
|
|
113
|
-
| A.8.19 | Installation of software on operational systems | A.12.5.1 |
|
|
114
|
-
| A.8.20 | Networks security | A.13.1.1 |
|
|
115
|
-
| A.8.21 | Security of network services | A.13.1.2 |
|
|
116
|
-
| A.8.22 | Segregation of networks | A.13.1.3 |
|
|
117
|
-
| A.8.23 | Web filtering | ⭐ NEW |
|
|
118
|
-
| A.8.24 | Use of cryptography | A.10.1.1, A.10.1.2, A.18.1.5 |
|
|
119
|
-
| A.8.25 | Secure development life cycle | A.14.2.1 |
|
|
120
|
-
| A.8.26 | Application security requirements | A.14.1.1, A.14.1.2, A.14.1.3 |
|
|
121
|
-
| A.8.27 | Secure system architecture and engineering principles | A.14.2.5 |
|
|
122
|
-
| A.8.28 | Secure coding | ⭐ NEW |
|
|
123
|
-
| A.8.29 | Security testing in development and acceptance | A.14.2.8, A.14.2.9 |
|
|
124
|
-
| A.8.30 | Outsourced development | A.14.2.7 |
|
|
125
|
-
| A.8.31 | Separation of dev, test and production environments | A.12.1.4, A.14.2.6 |
|
|
126
|
-
| A.8.32 | Change management | A.12.1.2, A.14.2.2, A.14.2.3, A.14.2.4 |
|
|
127
|
-
| A.8.33 | Test information | A.14.3.1 |
|
|
128
|
-
| A.8.34 | Protection of IS during audit testing | A.12.7.1 |
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
## Controls Only in 2013 (removed/merged in 2022)
|
|
133
|
-
No controls were deleted outright. All were merged:
|
|
134
|
-
- A.8.2.3 (Handling of assets) → merged into A.5.10 (Acceptable use)
|
|
135
|
-
- A.16.1.3 (Reporting weaknesses) → merged into A.6.8 (IS event reporting)
|
|
136
|
-
- A.17.1.3 (Verify IS continuity) → merged into A.5.29
|
|
137
|
-
|
|
138
|
-
---
|
|
139
|
-
|
|
140
|
-
## 11 New Controls in 2022 (not in 2013)
|
|
141
|
-
| 2022 ID | Name |
|
|
142
|
-
|---------|------|
|
|
143
|
-
| A.5.7 | Threat intelligence |
|
|
144
|
-
| A.5.23 | Information security for use of cloud services |
|
|
145
|
-
| A.5.30 | ICT readiness for business continuity |
|
|
146
|
-
| A.7.4 | Physical security monitoring |
|
|
147
|
-
| A.8.9 | Configuration management |
|
|
148
|
-
| A.8.10 | Information deletion |
|
|
149
|
-
| A.8.11 | Data masking |
|
|
150
|
-
| A.8.12 | Data leakage prevention |
|
|
151
|
-
| A.8.16 | Monitoring activities |
|
|
152
|
-
| A.8.23 | Web filtering |
|
|
153
|
-
| A.8.28 | Secure coding |
|
|
1
|
+
# ISO 27001 Control Mapping: 2013 ↔ 2022
|
|
2
|
+
|
|
3
|
+
This file provides cross-reference mapping between ISO 27001:2013 (114 controls) and ISO 27001:2022 (93 controls).
|
|
4
|
+
|
|
5
|
+
## Summary of Changes
|
|
6
|
+
- Controls reduced from **114 → 93**
|
|
7
|
+
- Domains reduced from **14 → 4 themes**
|
|
8
|
+
- **11 new controls** added (marked ⭐)
|
|
9
|
+
- **Merged**: Many 2013 controls were consolidated into single 2022 controls
|
|
10
|
+
- **Renamed**: Several controls were renamed for clarity
|
|
11
|
+
- **Deleted**: No controls were fully removed — all 2013 concepts are still covered
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 2022 → 2013 Mapping
|
|
16
|
+
|
|
17
|
+
### A.5 Organisational Controls (2022) → 2013 Equivalents
|
|
18
|
+
|
|
19
|
+
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
20
|
+
|-------------|-----------|-------------------|
|
|
21
|
+
| A.5.1 | Policies for information security | A.5.1.1, A.5.1.2 |
|
|
22
|
+
| A.5.2 | IS roles and responsibilities | A.6.1.1 |
|
|
23
|
+
| A.5.3 | Segregation of duties | A.6.1.2 |
|
|
24
|
+
| A.5.4 | Management responsibilities | A.7.2.1 |
|
|
25
|
+
| A.5.5 | Contact with authorities | A.6.1.3 |
|
|
26
|
+
| A.5.6 | Contact with special interest groups | A.6.1.4 |
|
|
27
|
+
| A.5.7 | Threat intelligence | ⭐ NEW |
|
|
28
|
+
| A.5.8 | IS in project management | A.6.1.5 |
|
|
29
|
+
| A.5.9 | Inventory of information and assets | A.8.1.1, A.8.1.2 |
|
|
30
|
+
| A.5.10 | Acceptable use of information and assets | A.8.1.3 |
|
|
31
|
+
| A.5.11 | Return of assets | A.8.1.4 |
|
|
32
|
+
| A.5.12 | Classification of information | A.8.2.1 |
|
|
33
|
+
| A.5.13 | Labelling of information | A.8.2.2 |
|
|
34
|
+
| A.5.14 | Information transfer | A.13.2.1, A.13.2.2, A.13.2.3 |
|
|
35
|
+
| A.5.15 | Access control | A.9.1.1, A.9.1.2 |
|
|
36
|
+
| A.5.16 | Identity management | A.9.2.1 |
|
|
37
|
+
| A.5.17 | Authentication information | A.9.2.4, A.9.3.1, A.9.4.3 |
|
|
38
|
+
| A.5.18 | Access rights | A.9.2.2, A.9.2.5, A.9.2.6 |
|
|
39
|
+
| A.5.19 | IS in supplier relationships | A.15.1.1 |
|
|
40
|
+
| A.5.20 | IS within supplier agreements | A.15.1.2 |
|
|
41
|
+
| A.5.21 | Managing IS in the ICT supply chain | A.15.1.3 |
|
|
42
|
+
| A.5.22 | Monitoring/review of supplier services | A.15.2.1, A.15.2.2 |
|
|
43
|
+
| A.5.23 | IS for use of cloud services | ⭐ NEW |
|
|
44
|
+
| A.5.24 | IS incident management planning | A.16.1.1 |
|
|
45
|
+
| A.5.25 | Assessment of IS events | A.16.1.4 |
|
|
46
|
+
| A.5.26 | Response to IS incidents | A.16.1.5 |
|
|
47
|
+
| A.5.27 | Learning from IS incidents | A.16.1.6 |
|
|
48
|
+
| A.5.28 | Collection of evidence | A.16.1.7 |
|
|
49
|
+
| A.5.29 | IS during disruption | A.17.1.1, A.17.1.2 |
|
|
50
|
+
| A.5.30 | ICT readiness for business continuity | ⭐ NEW |
|
|
51
|
+
| A.5.31 | Legal, statutory, regulatory requirements | A.18.1.1 |
|
|
52
|
+
| A.5.32 | Intellectual property rights | A.18.1.2 |
|
|
53
|
+
| A.5.33 | Protection of records | A.18.1.3 |
|
|
54
|
+
| A.5.34 | Privacy and protection of PII | A.18.1.4 |
|
|
55
|
+
| A.5.35 | Independent review of IS | A.18.2.1 |
|
|
56
|
+
| A.5.36 | Compliance with policies, rules, standards | A.18.2.2, A.18.2.3 |
|
|
57
|
+
| A.5.37 | Documented operating procedures | A.12.1.1 |
|
|
58
|
+
|
|
59
|
+
### A.6 People Controls (2022) → 2013 Equivalents
|
|
60
|
+
|
|
61
|
+
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
62
|
+
|-------------|-----------|-------------------|
|
|
63
|
+
| A.6.1 | Screening | A.7.1.1 |
|
|
64
|
+
| A.6.2 | Terms and conditions of employment | A.7.1.2 |
|
|
65
|
+
| A.6.3 | IS awareness, education and training | A.7.2.2 |
|
|
66
|
+
| A.6.4 | Disciplinary process | A.7.2.3 |
|
|
67
|
+
| A.6.5 | Responsibilities after termination | A.7.3.1 |
|
|
68
|
+
| A.6.6 | Confidentiality or NDA agreements | A.13.2.4 |
|
|
69
|
+
| A.6.7 | Remote working | A.6.2.2 |
|
|
70
|
+
| A.6.8 | IS event reporting | A.16.1.2, A.16.1.3 |
|
|
71
|
+
|
|
72
|
+
### A.7 Physical Controls (2022) → 2013 Equivalents
|
|
73
|
+
|
|
74
|
+
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
75
|
+
|-------------|-----------|-------------------|
|
|
76
|
+
| A.7.1 | Physical security perimeters | A.11.1.1 |
|
|
77
|
+
| A.7.2 | Physical entry | A.11.1.2, A.11.1.6 |
|
|
78
|
+
| A.7.3 | Securing offices, rooms and facilities | A.11.1.3 |
|
|
79
|
+
| A.7.4 | Physical security monitoring | ⭐ NEW |
|
|
80
|
+
| A.7.5 | Protecting against physical/environmental threats | A.11.1.4 |
|
|
81
|
+
| A.7.6 | Working in secure areas | A.11.1.5 |
|
|
82
|
+
| A.7.7 | Clear desk and clear screen | A.11.2.9 |
|
|
83
|
+
| A.7.8 | Equipment siting and protection | A.11.2.1 |
|
|
84
|
+
| A.7.9 | Security of assets off-premises | A.11.2.6 |
|
|
85
|
+
| A.7.10 | Storage media | A.8.3.1, A.8.3.2, A.8.3.3, A.11.2.5 |
|
|
86
|
+
| A.7.11 | Supporting utilities | A.11.2.2 |
|
|
87
|
+
| A.7.12 | Cabling security | A.11.2.3 |
|
|
88
|
+
| A.7.13 | Equipment maintenance | A.11.2.4 |
|
|
89
|
+
| A.7.14 | Secure disposal or re-use of equipment | A.11.2.7 |
|
|
90
|
+
|
|
91
|
+
### A.8 Technological Controls (2022) → 2013 Equivalents
|
|
92
|
+
|
|
93
|
+
| 2022 Control | 2022 Name | 2013 Equivalent(s) |
|
|
94
|
+
|-------------|-----------|-------------------|
|
|
95
|
+
| A.8.1 | User end point devices | A.6.2.1, A.11.2.8 |
|
|
96
|
+
| A.8.2 | Privileged access rights | A.9.2.3 |
|
|
97
|
+
| A.8.3 | Information access restriction | A.9.4.1 |
|
|
98
|
+
| A.8.4 | Access to source code | A.9.4.5 |
|
|
99
|
+
| A.8.5 | Secure authentication | A.9.4.2 |
|
|
100
|
+
| A.8.6 | Capacity management | A.12.1.3 |
|
|
101
|
+
| A.8.7 | Protection against malware | A.12.2.1 |
|
|
102
|
+
| A.8.8 | Management of technical vulnerabilities | A.12.6.1, A.12.6.2 |
|
|
103
|
+
| A.8.9 | Configuration management | ⭐ NEW |
|
|
104
|
+
| A.8.10 | Information deletion | ⭐ NEW |
|
|
105
|
+
| A.8.11 | Data masking | ⭐ NEW |
|
|
106
|
+
| A.8.12 | Data leakage prevention | ⭐ NEW |
|
|
107
|
+
| A.8.13 | Information backup | A.12.3.1 |
|
|
108
|
+
| A.8.14 | Redundancy of information processing facilities | A.17.2.1 |
|
|
109
|
+
| A.8.15 | Logging | A.12.4.1, A.12.4.2, A.12.4.3 |
|
|
110
|
+
| A.8.16 | Monitoring activities | ⭐ NEW |
|
|
111
|
+
| A.8.17 | Clock synchronisation | A.12.4.4 |
|
|
112
|
+
| A.8.18 | Use of privileged utility programs | A.9.4.4 |
|
|
113
|
+
| A.8.19 | Installation of software on operational systems | A.12.5.1 |
|
|
114
|
+
| A.8.20 | Networks security | A.13.1.1 |
|
|
115
|
+
| A.8.21 | Security of network services | A.13.1.2 |
|
|
116
|
+
| A.8.22 | Segregation of networks | A.13.1.3 |
|
|
117
|
+
| A.8.23 | Web filtering | ⭐ NEW |
|
|
118
|
+
| A.8.24 | Use of cryptography | A.10.1.1, A.10.1.2, A.18.1.5 |
|
|
119
|
+
| A.8.25 | Secure development life cycle | A.14.2.1 |
|
|
120
|
+
| A.8.26 | Application security requirements | A.14.1.1, A.14.1.2, A.14.1.3 |
|
|
121
|
+
| A.8.27 | Secure system architecture and engineering principles | A.14.2.5 |
|
|
122
|
+
| A.8.28 | Secure coding | ⭐ NEW |
|
|
123
|
+
| A.8.29 | Security testing in development and acceptance | A.14.2.8, A.14.2.9 |
|
|
124
|
+
| A.8.30 | Outsourced development | A.14.2.7 |
|
|
125
|
+
| A.8.31 | Separation of dev, test and production environments | A.12.1.4, A.14.2.6 |
|
|
126
|
+
| A.8.32 | Change management | A.12.1.2, A.14.2.2, A.14.2.3, A.14.2.4 |
|
|
127
|
+
| A.8.33 | Test information | A.14.3.1 |
|
|
128
|
+
| A.8.34 | Protection of IS during audit testing | A.12.7.1 |
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## Controls Only in 2013 (removed/merged in 2022)
|
|
133
|
+
No controls were deleted outright. All were merged:
|
|
134
|
+
- A.8.2.3 (Handling of assets) → merged into A.5.10 (Acceptable use)
|
|
135
|
+
- A.16.1.3 (Reporting weaknesses) → merged into A.6.8 (IS event reporting)
|
|
136
|
+
- A.17.1.3 (Verify IS continuity) → merged into A.5.29
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## 11 New Controls in 2022 (not in 2013)
|
|
141
|
+
| 2022 ID | Name |
|
|
142
|
+
|---------|------|
|
|
143
|
+
| A.5.7 | Threat intelligence |
|
|
144
|
+
| A.5.23 | Information security for use of cloud services |
|
|
145
|
+
| A.5.30 | ICT readiness for business continuity |
|
|
146
|
+
| A.7.4 | Physical security monitoring |
|
|
147
|
+
| A.8.9 | Configuration management |
|
|
148
|
+
| A.8.10 | Information deletion |
|
|
149
|
+
| A.8.11 | Data masking |
|
|
150
|
+
| A.8.12 | Data leakage prevention |
|
|
151
|
+
| A.8.16 | Monitoring activities |
|
|
152
|
+
| A.8.23 | Web filtering |
|
|
153
|
+
| A.8.28 | Secure coding |
|