{% if updates %}
| Package | Description | Risk | Version | Age |
|---|---|---|---|---|
|
{{ pkg.package_name }}
{% if pkg.in_news %}
IN NEWS {% endif %} {% if pkg.url %} Package Info {% endif %} {% if pkg.category %} {% for cat in pkg.category.split() %} {{ cat }} {% endfor %} {% endif %} |
{{ pkg.description or "N/A" }} | {{ pkg.risk_score }} {% if pkg.security_severity %} {{ pkg.security_severity }} CVE {% endif %} {% if pkg.is_flagged %} Outdated upstream {% endif %} |
{{ pkg.old_version }}
{{ pkg.new_version }} |
{% if pkg.old_date %}built {{ pkg.old_date }}{% endif %}
{% if pkg.new_date %}since {{ pkg.new_date }}{% endif %} |
|
Upstream:
{{ pkg.url }}
{% if pkg.risk_flags %}
Risk flags: {{ pkg.risk_flags }} {% endif %} |
||||
Your system is up to date. Click Refresh to check again.