{% extends "base.html" %} {% block title %}CVE Database - Hermetic Suite{% endblock %} {% block content %}
Vulnerabilities detected on your servers and domains
| CVE ID | Severity | CVSS | Targets Affected | Description |
|---|---|---|---|---|
| {{ cve.cve_id }} | {{ cve.severity | upper }} | {{ cve.cvss_score or '-' }} | {{ cve.server_count }} | {{ cve.description[:100] }}{% if cve.description|length > 100 %}...{% endif %} |
No CVEs detected yet. Run vulnerability scans to detect CVEs on your servers and domains.
{% endif %}