mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Merge pull request #1530 from alphagov/security-features
Adding security features to the features page
This commit is contained in:
@@ -77,4 +77,17 @@
|
|||||||
<li>Manage your team members’ permissions</li>
|
<li>Manage your team members’ permissions</li>
|
||||||
</ul>
|
</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 it’s 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>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
See our <a href="{{ url_for('main.information_risk_management') }}">approach to information risk management</a> for more details.
|
||||||
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user