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

Commits on Oct 10, 2024

  1. Fix 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.
    
    Signed-off-by: nscuro <[email protected]>
    nscuro committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    339f164 View commit details
    Browse the repository at this point in the history