VULNERABILITY REPORT No: SW1234-ER/2

{% for report_item in data %}
CONFIDENTIALITY
TLP
CVSS score: {{ report_item['cvss'][0]|e }}

DESCRIPTION
{{ report_item['description'][0]|e }}
EXPOSURE DATE
{{ report_item['exposure_date'][0] }}
UPDATE DATE
{{ report_item['update_date'][0] }}
CVE
{% if report_item['cve'] %}{{ report_item['cve'][0]|e }}{% endif %}
IMPACT
{% if report_item['impact'] %}{{ report_item['impact'][0]|e }}{% endif %}
IOC
{% if report_item['ioc'] %}{{ report_item['ioc'][0]|e }}{% endif %}
AFFECTED SYSTEMS
{% if report_item['affected_systems'] %}{{ report_item['affected_systems'][0]|e }}{% endif %}
RECOMMENDATIONS
{% if report_item['recommendations'] %}{{ report_item['recommendations'][0]|e }}{% endif %}
LINKS
    {% if report_item['links'] %}{{ report_item['links'][0]|e }}{% endif %}
{% endfor %}

sk-cert@nbu.gov.sk