VULNERABILITY REPORT No: SW1234-ER/2

{% for report_item in data.report_items %}
CONFIDENTIALITY
TLP
CVSS score: {{ report_item.attrs.cvss|e }}

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

sk-cert@nbu.gov.sk