發行至後開發階段 (Release for Post-Development)

是什麼?

正式宣告:該 item/元件可進入後開發階段(Production + Operations)」的閘門 (Gate)

Important

這是 Clause 6 與 Clause 12-13 之間的關鍵交接點
一旦 Release,後續維護責任轉移至 Operations & Maintenance 團隊。


Release 前的必要條件 (Pre-conditions)

✓ Cybersecurity Case 完成
✓ Cybersecurity Validation 通過(Clause 11)
✓ Cybersecurity Assessment 通過(Clause 6.4.10)
✓ 所有 TARA 風險已「處置」或「明確接受」
✓ 殘餘風險被適當層級接受 + 文件化
✓ 後開發工件已準備:
    • Incident Response Plan
    • Update Management Plan
    • EoS Plan
    • Operational Monitoring Plan
✓ 若為分散開發,CIA 已關閉所有 open items
✓ 必要法規文件已備齊(如 UN R155/R156 應對)

Release Gate 檢查清單

release_gate_checklist:
  cybersecurity_case:
    completed: true
    version_baselined: "v1.0"
    sign_off_by: "Project CS Manager + Independent Assessor"

  validation:
    cs_validation_passed: true
    pen_test_executed: true
    pen_test_findings_resolved: true

  assessment:
    cs_assessment_completed: true
    findings_resolution: "All Major findings closed; Observations tracked"
    final_recommendation: "Approve"

  tara:
    all_risks_treated_or_accepted: true
    high_risk_count: 0
    very_high_risk_count: 0
    medium_risk_accepted_with_rationale: 3

  residual_risk:
    documented: true
    accepted_by_role: "VP Engineering"
    acceptance_date: 2027-06-25

  post_development_artifacts:
    incident_response_plan: ready
    update_management_plan: ready
    eos_plan: drafted
    monitoring_plan: ready

  distributed:
    cia_closed: true
    supplier_handover_complete: true

  regulatory:
    un_r155_documentation: ready
    un_r156_documentation: ready # if applicable
    type_approval_supporting: ready

  decision: "RELEASE APPROVED"
  approved_by: "Top Management (CTO)"
  release_date: 2027-07-01

Release 後的責任移轉

開發團隊 (Clause 9-11)
       ↓
   Release Gate
       ↓
       ├── Production 團隊(Clause 12)
       │   接手生產資安、Provisioning
       │
       └── Operations 團隊(Clause 13)
           接手 IR、Update、Monitoring

移交必要資訊


常見 Release Gate 失敗案例

Warning

案例 1:未處置 High Risk

案例 2:Validation 未完成滲透測試

案例 3:殘餘風險接受層級不足

案例 4:後開發工件未準備

案例 5:CIA 仍有 Open Items


Release 後的「資安生命」尚未結束

Important

Release ≠ 結案
Release 後仍需:

  • 持續監控(Clause 8)
  • 事件回應(Clause 13)
  • 弱點管理(Clause 8)
  • 軟體更新(Clause 13 + UN R156)
  • 直至 EoS(Clause 14)

證照考點

高頻考點

  1. Release for Post-Development 必須通過 Assessment
  2. 未處置的 High/Very High Risk → 不可 Release
  3. 殘餘風險必須被適當層級接受
  4. 後開發工件(IR Plan 等)必須在 Release 前準備
  5. CIA 必須關閉所有 open items
  6. Release 後責任移轉至 Operations 團隊
  7. Release ≠ 結案——Clause 8 與 13 持續


Practice