mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 23:38:52 -04:00
Tidied up for code style
This commit is contained in:
committed by
Chris Hill-Scott
parent
27cbd699c9
commit
c50989c706
@@ -30,10 +30,11 @@
|
||||
</p>
|
||||
|
||||
<ul class="list list-bullet">
|
||||
<li>formal risk assessments using a methodology based on <a href="http://www.iso.org/iso/catalogue_detail?csnumber=56742">ISO 27005</a>:2011
|
||||
<li>formal risk assessments using a methodology based on
|
||||
<a href="http://www.iso.org/iso/catalogue_detail?csnumber=56742">ISO 27005</a>:2011
|
||||
and supplemented by reference to NCSC standards and guidance documentation</li>
|
||||
<li><a href="https://www.cesg.gov.uk/articles/check-fundamental-principles">CHECK</a>-based IT Health Check (ITHC) testing
|
||||
(annual and on major change)</li>
|
||||
<li><a href="https://www.cesg.gov.uk/articles/check-fundamental-principles">CHECK</a>-based
|
||||
IT Health Check (ITHC) testing (annual and on major change)</li>
|
||||
<li>residual risk statement preparation and active management of the risk treatment plan</li>
|
||||
<li>regular updates to the Privacy Impact Assessment</li>
|
||||
<li>security impact assessments</li>
|
||||
|
||||
@@ -17,7 +17,7 @@ def test_logged_in_user_redirects_to_choose_service(
|
||||
|
||||
|
||||
@pytest.mark.parametrize('view', [
|
||||
'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap',
|
||||
'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap',
|
||||
'features', 'information_risk_management'
|
||||
])
|
||||
def test_static_pages(
|
||||
|
||||
Reference in New Issue
Block a user