{% extends "base.html" %} {% block title %}CVE Search - Hermetic Suite{% endblock %} {% block content %}
| CVE ID | Severity | CVSS | Description | Published |
|---|---|---|---|---|
| {{ cve.cve_id }} ↗ | {{ cve.severity.upper() if cve.severity else 'N/A' }} | {{ cve.cvss_v3_score or '-' }} | {{ cve.description[:200] }}{% if cve.description|length > 200 %}...{% endif %} | {{ cve.published_date.strftime('%Y-%m-%d') if cve.published_date else '-' }} |
No results found for "{{ query }}". Try a different search term or update the CVE cache.
{% endif %}