ID |
{{ vulnerability.id }}
|
{% if vulnerability.advisories | featured_link -%}
Featured Link |
{{
vulnerability.advisories | featured_link }} |
{% endif -%}
Description |
{{
vulnerability.description }}
|
{%- if vulnerability.recommendation %}
Recommendation |
{{
vulnerability.recommendation }}
|
{%endif -%}
{% if vulnerability.ratings -%}
Ratings |
Severity |
Score |
Method |
Vector |
Source |
{% for r in vulnerability.ratings -%}
{{- r.severity -}}
|
{{r.score}} |
{{r.method}} |
{{r.vector}} |
{%- if r.source -%}
{{r.source.name}}
{%- endif -%}
|
{% endfor %}
|
{%- endif %}
{% if vulnerability.references -%}
Related Vulnerabilities |
{% for ref in vulnerability.references -%}
-
{{ ref.id }}
{%- endfor %}
|
{% endif -%}
{% if vulnerability.tools and vulnerability.tools.components -%}
Found By |
{%- for tool in vulnerability.tools.components -%}
{{- tool.supplier.name }} {{ tool.name }}{{ " " if not loop.last else "" -}}
{% endfor -%}
|
{% endif -%}
{% if vulnerability.advisories -%}
References / Advisories |
{% for adv in vulnerability.advisories -%}
-
{{adv.url}}
{% endfor -%}
|
{% endif -%}
{% if vulnerability.cwes -%}
Weakness Enumeration |
{% for cwe in vulnerability.cwes -%}
-
CWE-{{cwe}}
{% endfor -%}
|
{%endif -%}