Vulnerability ID |
{{ vulnerability.vulnerability_id }} |
Aliases |
{% for alias in aliases %}
{% if alias.url %}
{{ alias }}
{% else %}
{{ alias }}
{% endif %}
{% endfor %}
|
Summary |
{{ vulnerability.summary }}
|
Severity ({{ severities|length }})
Fixed by packages ({{ fixed_by_packages|length }})
Affected packages ({{ affected_packages|length }})
Weaknesses ({{ weaknesses|length }})
Reference id |
URL |
{% for ref in references %}
{% if ref.reference_id %}
{{ ref.reference_id }} |
{% else %}
|
{% endif %}
{{ ref.url }} |
{% empty %}
There are no known references.
|
{% endfor %}
Package URL
|
{% for package in affected_packages %}
{{ package.purl }}
|
{% empty %}
This vulnerability is not known to affect any packages.
|
{% endfor %}
Package URL
|
{% for package in fixed_by_packages %}
{{ package.purl }}
|
{% empty %}
This vulnerability is not known to be fixed by any packages.
|
{% endfor %}