| Titolo | Gravità | CVSS | OWASP | Componente interessato |
|---|---|---|---|---|
| {{ 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 %} |
Nessuna vulnerabilità registrata per questo progetto.
{% endif %}