DependencyTrack / DependencyTrack/frontend
Link to project page by name and version
- Dominant language
- Vue
- Stars
- 171
- Forks
- 250
- Avg merge
- 11h 12m
- Merged PRs (30d)
- 82
Description
Project pages should also be reachable by providing the name and version.
### Current Behavior:
The project page has a URL of type `/projects/{uuid}`. [SVG Badges](https://docs.dependencytrack.org/integrations/badges/) can be used with name and version using the URL pattern `/api/v1/badge/vulns/project/{name}/{version}`. In this case, it is not possible to provide a link to the project page because this would require the knowledge of the uuid. If the uuid would be known, the SVG badge would have been used with the uuid.
### Proposed Behavior:
It should also be possible to reach a project page using a URL of type `/projects/{name}/{version}`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.