diff --git a/app/templates/report.html b/app/templates/report.html index 894a98ac..cbda50d0 100644 --- a/app/templates/report.html +++ b/app/templates/report.html @@ -133,8 +133,12 @@
{{ each_vul.code }}
+ {% if each_vul.line == 0 %}
+ {{ each_vul.file }}
+ {% else %}
+ {{ each_vul.file }}:{{ each_vul.line }}
+ {{ each_vul.code }}
+ {% endif %}