Adding security features to the features page

This commit is contained in:
Pete Herlihy
2017-10-05 13:02:27 +01:00
committed by Chris Hill-Scott
parent 580da8b6dd
commit ac79ee9891

View File

@@ -77,4 +77,14 @@
<li>Manage your team members permissions</li>
</ul>
<h2 class="heading-medium">Notify security</h2>
<ul class="list list-bullet">
<li>Approved by the Cabinet Office Senior Information Risk Officer (SIRO)</li>
<li>Ongoing information risk management activities</li>
<li>Data is encrypted as it passes through the service and when its stored</li>
<li>Personal data is only held for the minimum period of time</li>
<li>Permissions model allowing different functionality to different team members</li>
<li>Using an advanced API key standard, JSON Web Tokens, providing a higher degree of protection for services</li>
</ul>
{% endblock %}