CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 | {% for cve in cves.items %}||
---|---|---|---|---|---|---|---|
{{ cve.cve_id }} | {{ cve.vendors|vendors_excerpt|safe }} | {{ cve.vendors|products_excerpt|safe }} | {{ cve.updated_at.strftime('%Y-%m-%d') }} | {% if cve.cvss2_score %}{{ cve.cvss2_score }} {{ cve.cvss2_severity }} | {% else %}N/A | {% endif %} {% if cve.cvss3_score %}{{ cve.cvss3_score }} {{ cve.cvss3_severity }} | {% else %}N/A | {% endif %}
{{ cve.summary }} |
No CVE found.
{% endif %}