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

Update Impact

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The vulerability's name.
Desc{{ form.desc }}A description of the vulnerability.
Type{{ form.impact_type }}The impact type.
Info Source{{ form.info_source }}The source for information on this impact.
Info Source Tier{{ form.tier }}The info source tier.
Severity{{ form.severity }}The severity of this impact.
Impact Tier{{ form.impact_tier }}The impact tier.
{% endblock %}