Open
Description
Current Behavior
We have been using the following project tag convention for a while now, primarily programmatically via the Dependency Track REST API
org:<org structure>
team:<team name>
- etc
When using the DTrack UI to edit a projects tags, it currently interprets :
as a token ending character and terminates the tag entry.
Proposed Behavior
Allow for special characters, such as :
to be used within the tag name
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this enhancement was already requested