{% extends 'dashboard/base.html' %} {% load static %} {% block body %} {# #} {% if total_count_project.total_vuln__sum >= 0 %}

{{ total_count_project.total_vuln__sum }}

Total

{{ false_count_project.total_false__sum }}

False Positive

{{ close_count_project.total_close__sum }}

Total Closed

{{ net_count_project.total_net__sum }}

Infrastructure Issues

{{ web_count_project.total_web__sum }}

Web Issues

{{ static_count_project.total_static__sum }}

Static Issues

{{ cloud_count_project.total_cloud__sum }}

Cloud Issues

Vulnerability Trending Year {{ current_year }}

Vulnerabilities

Web Vulnerabilities
Network Vulnerabilities
Static Vulnerabilities
Cloud Issues
{% endif %}
{% if user.is_superuser == True or user.role.id == 2 %} {% endif %} {% if user.is_superuser == True %} {% endif %}

Project List



{% for data in all_project %} {% endfor %}
Project Created By Total Critical High Medium Low Delete
{{ data.project_name }} {{ data.created_by.name }} {{ data.total_vuln }} {{ data.total_critical }} {{ data.total_high }} {{ data.total_medium }} {{ data.total_low }}
{% csrf_token %}
{# #} {# #} {# #} {% endblock %}