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

Fix missing URI encoding of tag names #1056

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Oct 10, 2024

Description

Fixes missing URI encoding of tag names.

The tagged projects, tagged policies, and tagged alerts dialogs would show an empty list for tags that contain special characters such as /.

This was caused by both DependencyTrack/dependency-track#4238, and tag names not being URI-encoded prior to using them as path parameters.

Addressed Issue

N/A

Additional Details

N/A

Checklist

The *tagged projects*, *tagged policies*, and *tagged alerts* dialogs would show an empty list for tags that contain special characters such as `/`.

This was caused by both DependencyTrack/dependency-track#4238, and tag names not being URI-encoded prior to using them as path parameters.

Signed-off-by: nscuro <[email protected]>
@nscuro nscuro added defect Something isn't working backport/4.12.1 PRs to be backported to version 4.12.1 labels Oct 10, 2024
@nscuro nscuro added this to the 4.13 milestone Oct 10, 2024
@nscuro nscuro merged commit 87d3cfc into DependencyTrack:master Oct 10, 2024
9 of 10 checks passed
@nscuro nscuro deleted the fix-tag-uri-encoding branch October 10, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/4.12.1 PRs to be backported to version 4.12.1 defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant