{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
CVE
CVE ID {{ object.cve_id }}
Name {{ object.name|placeholder }}
Severity {{ object.get_severity_display }}
Status {{ object.get_status_display }}
CVSS score {{ object.cvss_score|placeholder }}
Published {{ object.published_date|placeholder }}
Link {{ object.link|linkify|placeholder }}
Affected software {% for sv in object.affected_software.all %} {{ sv|linkify }}{% if not forloop.last %}, {% endif %} {% empty %} None {% endfor %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Vulnerability Instances ({{ vulnerabilities.count }})
{% for v in vulnerabilities %} {% empty %} {% endfor %}
Software VersionDeviceStatus
{{ v.software_version|linkify }} {{ v.device|linkify|placeholder }} {{ v.get_status_display }}
None
{% endblock %}