{% extends 'dashboard/base.html' %} {% block body %}
Vulnerability | Resource Name | Risk | JIRA Ticket | Status | {% if user.is_superuser == True or user.role.id == 2 %}False Positive | Delete | Mark | {% endif %}||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{data.title}} | {{data.resourceName}} | {{data.severity}} | {{data.jira_ticket}} | {% if data.vuln_status == 'Open' %}{{ data.vuln_status }} {% if data.note != None %} {% endif %} | {% endif %} {% if data.vuln_status == 'Closed' %}{{data.vuln_status}} {% if data.note != None %} {% endif %} | {% 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 %}