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

Add Non-Adversarial Threat Source

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The name of the threat source.
Desc{{ form.desc }}A description of the threat source.
Source Type{{ form.source_type }}The threat source type.
Info Source{{ form.info_source }}The source of information on this threat source.
Info Source Tier{{ form.tier }}The info source tier.
In Scope?{{ form.in_scope }}Whether this threat source is within the scope of this assessment.
Range of Effect{{ form.range_of_effect }}This threat source's range of effect.
{% endblock %}