| Title | Severity | CVSS | OWASP | Affected Component |
|---|---|---|---|---|
| {{ v.title }} | {{ 'Info' if v.severity == 'Informational' else v.severity }} | {{ v.cvss_score }} | {{ v.owasp if v.owasp else 'N/A' }} | {% set ac_lines = (v.affected_component or '').split('\n') | reject('equalto', '') | list %}{% for line in ac_lines %}{{ line }}{% if not loop.last %} {% endif %}{% endfor %} |
No vulnerabilities recorded for this project.
{% endif %}