diff --git a/app/templates/security.html b/app/templates/security.html index d20acc0..07491ab 100644 --- a/app/templates/security.html +++ b/app/templates/security.html @@ -33,8 +33,8 @@ {% for s in vulnerable|sort(attribute='worst_active_vulnerability.severity.sort_key', reverse = True) %} {{ s.name }} - {{ s.version }} - {{ s.upstream_version if s.is_outdated_in_git else '' }} + {{ s.version }}{% if s.version != s.git_version %} ({{ s.git_version }} in git){% endif %} + {{ s.upstream_version if s.is_outdated_in_git else '' }}