{% 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 Request Process the items that are ready to be published from SRTool
Manage Users Add, edit, and remove users
Manage Sources Manage source list, perform manual pulls
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}}
High active =
{{vulnerability_high}}
Medium active =
{{vulnerability_medium}}
Low active =
{{vulnerability_low}}
Investigations: Total Count =
{{investigation_total}}
Open =
{{investigation_open}}
High active =
{{investigation_high}}
Medium active =
{{investigation_medium}}
Low active =
{{investigation_low}}
Defects: Total Count =
{{defect_total}}
Open =
{{defect_open}}
InProgress =
{{defect_inprogress}}
P1 active =
{{defect_p1}}
P2 active =
{{defect_p2}}
Packages: Affected=
{{package_total}}
{% endblock %}