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 %} + +
+ 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 ongoing information risk management activities include: +
+ ++ Controls implemented for the GOV.UK Notify technical solution and operational support team include: +
+ ++ Information within the GOV.UK Notify service is deemed to have a classification of ‘OFFICIAL’ under + the Government Security Classifications Policy. +
+ +{% endblock %}