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

Update Vulnerability

{% if form.errors %}

There were some errors.

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