Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not append @<version> when rendering CPEs in Affected Components view #748

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Feb 24, 2024

Description

Do not append @<version> when rendering CPEs in Affected Components view.

Addressed Issue

Fixes #747

Additional Details

Screenshot 2024-02-24 at 10 49 17

Screenshot 2024-02-24 at 11 00 54

Also cleaned up how ranges are rendered. Previously, ranges with only upper bounds would be rendered as (|<x.y.z), now they're rendered as (<x.y.z).

Screenshot 2024-02-24 at 11 02 40

Checklist

@nscuro nscuro added the defect Something isn't working label Feb 24, 2024
@nscuro nscuro added this to the 4.11 milestone Feb 24, 2024
… view

Also cleanup how ranges are rendered. Previously, ranges with only upper bounds would be rendered as `(|<x.y.z)`, now they're rendered as `(<x.y.z)`.

Fixes DependencyTrack#747

Signed-off-by: nscuro <[email protected]>
@nscuro nscuro merged commit 015eba5 into DependencyTrack:master Feb 24, 2024
9 checks passed
@nscuro nscuro deleted the issue-747 branch February 24, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CPEs are erroneously displayed with @<version> suffix in UI
1 participant