Incoming label for token ... must not contain slashes or backslashes: bla/bla #111
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/dump-things-server#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wonder why that needs to be restricted. It makes sense to prevent escaping, and it makes sense to prevent
../placement. However, preventing any hierarchical organization implies a potentially overpopulated directory, and any and all incoming areas must be direct children.Since we control the incoming label, we could lift those restrictions. I would add a check to ensure the resulting directory is located below the incoming directory.
Great, thanks!