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

Update 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.
Capability{{ form.capability }}This threat source's level of capability.
Intent{{ form.intent }}This threat source's level of intent.
Targeting{{ form.targeting }}This threat source's level of specific targeting.
{% endblock %}