{% extends "base.html" %}
{% import "_macros.html" as m %}
{% block title %}{{ view.component_name }} — {{ view.euvd_id }}{% endblock %}
{% block content %}
{{ view.euvd_id }}
{% if view.exploited %}⚠ exploited{% endif %}
{{ m.pill(view.confidence) }}
{{ m.pill(view.vex_status) }}
{{ view.component_name }} {{ view.component_version or "" }}
Record a human decision
euvd-watch never sets affected/fixed automatically. To record your own judgment, add this entry to vex-decisions.yaml:
{{ view.vex_snippet }}
Then re-generate the OpenVEX document:
{{ view.vex_cli_hint }}
{% endif %}