{% extends "risk/base.html" %} {% block sub-title %}Add Non-Adversarial Threat Event | {% endblock %} {% block content-main %}

Add Non-Adversarial Threat Event

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The threat event's name.
Desc{{ form.desc }}A description of the threat event.
Event Type{{ form.event_type }}The threat event type.
Sources{{ form.sources }}The threat sources related to this event.
Relevance{{ form.relevance }}The relevance of this threat event.
Info Source{{ form.info_source }}The source for information on this threat event.
Info Source Tier{{ form.tier }}The info source tier.
Likelihood of Initiation{{ form.likelihood_initiation }}The likelihood of this threat event being initiated.
Likelihood of Impact{{ form.likelihood_impact }}The likelihood of this threat event, if initiated, having an adverse impact.
Risk Conditions{{ form.risk_conditions }}Predisposing conditions related to this threat event.
Impacts{{ form.impacts }}Potential impacts of this threat event.
Responses{{ form.responses }}Precautions taken in response to this threat event.
Assigned Risk{{ form.assigned_risk }}The level of risk assigned to this threat event, after weighing the details.
{% endblock %}