{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block title %} Maintenance tools {% endblock %} {% block pagecontent %}

Maintenance

Action Description
History CVE Examine History for CVEs
History Vulnerabilities Examine History for Vulnerabilities
History Investigations Examine History for Investigations
History Defects Examine History for Defects
Quick Info
CVE History: Total Count =
{{history_cve_total}}
Vulnerability History: Total Count =
{{history_vulnerability_total}}
Investigation: Total Count =
{{history_investigation_total}}
Defect: Total Count =
{{defect_investigation_total}}
{% endblock %}