{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block title %} Welcome to SRTool{% endblock %} {% block pagecontent %}

Security Response Tool (SRTool)

A web interface to SRTool CVE investigations

{% if request.user.is_creator %} {% endif %}
Table Description
Management Triage CVE's, Create Vulnerabilities, Manage Users
CVE's Common Vulnerability Enumeration
Vulnerabilities SRTool Vulnerabilities (company level)
Investigations SRTool Investigations (product level)
Defects SRTool Defects
Package CPE's Affected packages (Common Platform Enumeration)
CWE's Common Weakness Enumeration
Products SRTool Products
{% endblock %}