{% for c in cve %} {% if 'whitelisted' in c %}{%set class="whitelisted"%}{% elif 'blacklisted' in c %}{%set class="blacklisted"%} {% else %}{%set class=""%}{% endif %} {% endfor %}
IDCVSSSummaryLast (major) updatePublished
{% if 'icon' in c %} {% else %} {% if 'whitelisted' in c %} {% elif 'blacklisted' in c %} {% endif %} {% endif %} {{ c['id'] }} {% if 'reason' in c %}
{{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