{% for c in cve %} {% if c.whitelisted %}{%set class="whitelisted"%}{% elif c.blacklisted %}{%set class="blacklisted"%} {% else %}{%set class=""%}{% endif %} {% endfor %}
IDCVSSSummaryLast (major) updatePublished
{% if c.icon %} {% else %} {% if c.whitelisted %} {% elif c.blacklisted %} {% endif %} {% endif %} {{ c.id }} {% if c.reason %}
{{c.reason}} {% endif %}
{{ c.cvss }}
{{ c.summary[:250] }}
{{ c.modified.strftime('%d-%m-%Y - %H:%M') }} {{ c.published.strftime('%d-%m-%Y - %H:%M') }}
Back to Top Mark selected