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

Backport: Fix missing URI encoding of tag names #1057

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.

Addressed Issue

Backports #1056

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 the defect Something isn't working label Oct 10, 2024
@nscuro nscuro added this to the 4.12.1 milestone Oct 10, 2024
@nscuro nscuro merged commit 55fe641 into DependencyTrack:4.12.x Oct 10, 2024
3 checks passed
@nscuro nscuro deleted the backport-pr-1056 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
defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant