From d418075daba4cc580221161c36ca77cecda68698 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 5 Oct 2017 14:39:57 +0100 Subject: [PATCH] Added page with the information risk management approach --- .../views/information-risk-management.html | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 app/templates/views/information-risk-management.html diff --git a/app/templates/views/information-risk-management.html b/app/templates/views/information-risk-management.html new file mode 100644 index 000000000..88a6d4634 --- /dev/null +++ b/app/templates/views/information-risk-management.html @@ -0,0 +1,62 @@ +{% from "components/table.html" import mapping_table, row, text_field, edit_field, field %} +{% extends "withoutnav_template.html" %} + +{% block per_page_title %} + Information risk management +{% endblock %} + +{% block maincolumn_content %} + +
+
+

Approach to information risk management

+ +

+ The information risk management approach taken by GOV.UK Notify is aligned to the guidance provided by the + National Cyber Security Centre (NCSC) on GOV.UK. +

+ +

+ The scope includes the risk assessment of: +

+ +
    +
  • the GOV.UK Notify technical solution, infrastructure and supporting operations
  • +
  • the text message, email, and letter service providers used by GOV.UK Notify
  • +
+ +

+ The ongoing information risk management activities include: +

+ +
    +
  • formal risk assessments using a methodology based on ISO 27005:2011 + and supplemented by reference to NCSC standards and guidance documentation
  • +
  • CHECK-based IT Health Check (ITHC) testing + (annual and on major change)
  • +
  • residual risk statement preparation and active management of the risk treatment plan
  • +
  • regular updates to the Privacy Impact Assessment
  • +
  • security impact assessments
  • +
  • legal reviews of the service’s Privacy Policy, Terms of Use and Data Sharing and Financial + Agreement to ensure Data Protection Act (‘DPA’) compliance
  • +
  • Office of the Government’s SIRO (OGSIRO) offshoring approvals to host data within the EEA
  • +
  • annual reviews of the risk acceptance status with the Cabinet Office Senior Information Risk Owner (SIRO)
  • +
+ +

+ Controls implemented for the GOV.UK Notify technical solution and operational support team include: +

+ +
    +
  • Data encryption in transit and at rest
  • +
  • Protective Monitoring
  • +
  • System administration staff SC cleared
  • +
  • Service subject to Cabinet Office and GDS security governance
  • +
+ +

+ Information within the GOV.UK Notify service is deemed to have a classification of ‘OFFICIAL’ under + the Government Security Classifications Policy. +

+ +{% endblock %}