From ac79ee98913dd203c395f6f15ecdf3816f61e4ab Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 5 Oct 2017 13:02:27 +0100 Subject: [PATCH 1/2] Adding security features to the features page --- app/templates/views/features.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/templates/views/features.html b/app/templates/views/features.html index 3a9b8cabb..8ee57dc28 100644 --- a/app/templates/views/features.html +++ b/app/templates/views/features.html @@ -77,4 +77,14 @@
  • Manage your team members’ permissions
  • +

    Notify security

    + + {% endblock %} From e8a2fbaea488d2641c96de6922a99abd26152ec0 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 5 Oct 2017 15:07:00 +0100 Subject: [PATCH 2/2] Added link to the info risk management page --- app/templates/views/features.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/views/features.html b/app/templates/views/features.html index 8ee57dc28..c7667cea6 100644 --- a/app/templates/views/features.html +++ b/app/templates/views/features.html @@ -87,4 +87,7 @@
  • Using an advanced API key standard, JSON Web Tokens, providing a higher degree of protection for services
  • +

    + See our approach to information risk management for more details. +

    {% endblock %}