{% extends "base.html" %} {% block title %}{{ config.APP_NAME }} - Dashboard{% endblock %} {% block content %}

CVE Dashboard

{% if config.ENABLE_EXPORT %} {% endif %}
{% if config.ENABLE_SEARCH %} {% endif %}
Total CVEs

-

Critical

-

High Risk

-

This Month

-

Vulnerabilities
CVE ID Severity CVSS Description Published

Loading CVE data...

{% if config.ENABLE_CHARTS %}
CVE Trend (Last 12 Months)
Severity Distribution
{% endif %} {% endblock %} {% block modals %} {% if config.ENABLE_SEARCH %} {% endif %} {% endblock %}