From cfe07f905173725de8e1c14d6a85cb13419be94c Mon Sep 17 00:00:00 2001 From: Sahiba Mittal Date: Thu, 8 Aug 2024 10:14:25 +0100 Subject: [PATCH] Fix project link for new vulnerable dependency for email Co-Authored-By: Ross Murphy <77832827+2000rosser@users.noreply.github.com> --- src/main/resources/templates/notification/publisher/email.peb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/notification/publisher/email.peb b/src/main/resources/templates/notification/publisher/email.peb index 93e875cb3..b688b6b02 100644 --- a/src/main/resources/templates/notification/publisher/email.peb +++ b/src/main/resources/templates/notification/publisher/email.peb @@ -17,7 +17,7 @@ Project URL: {{ baseUrl }}/projects/{{ subject.project.uuid }} Other affected projects: {{ baseUrl }}{{ subject.affectedProjectsReference.frontendUri }} {% elseif notification.group == "GROUP_NEW_VULNERABLE_DEPENDENCY" %} Project: {{ subject.project | summarize }} -Project URL: {{ baseUrl }}/projects/?uuid={{ subject.project.uuid }} +Project URL: {{ baseUrl }}/projects/{{ subject.project.uuid }} Component: {{ subject.component | summarize }} Component URL: {{ baseUrl }}/component/?uuid={{ subject.component.uuid }}