| Affected | Fixed by |
|---|---|
|
{% for package in impact.affecting_packages.all %}
{{ package.purl }}
{% endfor %} |
{% for package in impact.fixed_by_packages.all %}
{{ package.purl }}
{% empty %} There are no reported fixed by versions. {% endfor %} |
| This vulnerability is not known to affect any packages. | |