We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39e176 commit 9e39ad9Copy full SHA for 9e39ad9
scanpipe/templates/scanpipe/package_list.html
@@ -24,6 +24,11 @@
24
<tr class="break-word">
25
<td style="min-width: 500px;" title="{{ package.package_uid }}">
26
<a href="{{ package.get_absolute_url }}">{{ package.package_url }}</a>
27
+ {% if package.extra_data.discovered_vulnerabilities %}
28
+ <a href="{{ package.get_absolute_url }}#extra_data">
29
+ <i class="fas fa-bug fa-sm has-text-danger" title="Vulnerabilities"></i>
30
+ </a>
31
+ {% endif %}
32
</td>
33
<td style="min-width: 300px; max-width: 400px;">
34
{{ package.license_expression|linebreaksbr }}
0 commit comments