{% extends 'dashboard/base.html' %} {% block body %}
Vulnerability | Risk | JIRA Ticket | Status | {% if user.is_superuser == True or user.role.id == 2 %}False Positive | Delete | Mark | {% endif %}|||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{data.title}} | {{data.severity}} | {{data.jira_ticket}} | {{data.vuln_status}} {% if data.note != None %} {% endif %} | {% if user.is_superuser == True or user.role.id == 2 %} {% if data.false_positive == 'No' %}{% endif %} {% if data.false_positive == 'Yes' %} | {% endif %} {% if data.false_positive == 'Duplicate' %} | NA | {% endif %}
|
{% if data.vuln_status == 'Open' %}
{% endif %} {% if data.vuln_status == 'Closed' %} | {% endif %} {% if data.vuln_status == 'Duplicate' %} | NA | {% endif %} {% endif %}