Affected | Fixed by |
---|---|
{{ package.purl }} |
{% for match in all_affected_fixed_by_matches %}
{% if match.affected_package == package %}
{% if match.matched_fixed_by_packages|length > 0 %}
{% for pkg in match.matched_fixed_by_packages %}
{{ pkg }}
{% endfor %} {% else %} There are no reported fixed by versions. {% endif %} {% endif %} {% endfor %} |
This vulnerability is not known to affect any packages. |