Skip to content

Conversation

jsw800
Copy link

@jsw800 jsw800 commented Jul 23, 2025

See #36

My team ran onto this exact issue by accident—someone accidentally created a group name with URL reserved chars (specifically /) in it, and because the url_safe function does not escape these, it winds up creating a bogus URL in the template.

In my ideal world the solution in the linked PR above would be accepted, but given the conversation on that PR, that seems like it's not going to happen, so this at least validates that unsafe inputs can't be used to create a group or flag name.

@jsw800
Copy link
Author

jsw800 commented Oct 2, 2025

@tompave is this change something you'd consider accepting? Or any alternate ideas for approaching this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant