{% extends "base.html" %} {% load i18n static %} {% block content %}
{% with 'img/'|add:LANG|add:'/gdpr_step4.svg' as image_static %} {% trans 'GDPR Process - Incident Response Plan' %} {% endwith %}

{% blocktrans %}Incident Response Plan{% endblocktrans %}

{% blocktrans %}GDPR compliance means that your organization should be prepared to deal with data breaches, and provide for rapid counteractions to mitigate their impact.{% endblocktrans %}

{% blocktrans %}Data breaches must be notified to supervisory authorities within 72 hours, or even less, if data breaches affect the freedom of natural individuals (GDPR Article 33). In addition, every affected person must be notified with the details about the incident.{% endblocktrans %}

{% blocktrans %}To this end, your organization must define an incident response plan, as well as setup the right environment to mitigate the impact of data breaches.{% endblocktrans %}

{% endblock %} {% block tutorial %}

{% trans 'Incident Response Plan - How To' %}

{% trans 'Add Incident Response Plan for each Data Audit' %}

{% blocktrans %}In the edit page of the data audit, just click on the add (+) icon for the field "incident response plan". Then, you can insert all details about the incident response plan. In this case, incident response is helped by Pluribus One WAS, thanks to its virtual patching mechanism that also covers zero-day (never-before-seen) attacks that may lead to data breaches. {% endblocktrans %}

{% blocktrans %}Please note that in general, for each data breach detection technique, you should specify:

{% endblocktrans %}

{% with 'img/'|add:LANG|add:'/add_breach_response.png' as image_static %} {% trans 'Add Data Breach Response' %} {% endwith %} {% with 'img/'|add:LANG|add:'/breach_response.png' as image_static %} {% trans 'Data Breach Response' %} {% endwith %}

{% trans 'Add Data Protection Impact Assessment (DPIA) for each Data Audit' %}

{% blocktrans %}In the edit page of the data audit, just click on the add (+) icon for the field "Data Protection Impact Assessment". Then, you can insert all details about the DPIA, uploading a PDF report. {% endblocktrans %}

{% blocktrans %}Please note that DPIA

{% endblocktrans %}

{% with 'img/'|add:LANG|add:'/add_dpia.png' as image_static %} {% trans 'Add Data Protection Impact Assessment (DPIA)' %} {% endwith %}
{% endblock %}