Skip to content

Commit

Permalink
Merge pull request #835 from DependencyTrack/port-Fix-project-link-fo…
Browse files Browse the repository at this point in the history
…r-email-publisher

Port : Fix project link for new vulnerable dependency for email
  • Loading branch information
nscuro authored Aug 8, 2024
2 parents ba7824a + 759e69b commit af1d2de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit af1d2de

Please sign in to comment.