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

Management

{% if request.user.is_admin %} {% endif %}
Action Description
Triage CVE's Triage the CVE's
Pending notifications Triage the pending notifications
Summary Report Report on the over all response system status
Publish Reports Process items to be published from the SRTool
Manage Users Add, edit, and remove users
Manage Sources Manage source list, perform manual pulls
Maintenance Maintenance utilities
Quick Info
CVE's: Total Count =
{{cve_total}}
Pending triaged =
{{cve_new}}
Investigate =
{{cve_investigate}}
Vulnerable =
{{cve_vulnerable}}
Not Vulnerable =
{{cve_not_vulnerable}}
Vulnerabilities: Total Count =
{{vulnerability_total}}
Open =
{{vulnerability_open}}
Critical active =
{{vulnerability_critical}}
High active =
{{vulnerability_high}}
Medium active =
{{vulnerability_medium}}
Investigations: Total Count =
{{investigation_total}}
Open =
{{investigation_open}}
Critical active =
{{investigation_critical}}
High active =
{{investigation_high}}
Medium active =
{{investigation_medium}}
Defects: Total Count =
{{defect_total}}
Open =
{{defect_open}}
InProgress =
{{defect_inprogress}}
P1 active =
{{defect_p1}}
P2 active =
{{defect_p2}}
Packages: Affected=
{{package_total}}
{% endblock %}