-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Folder can be renamed to "" empty string #989
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
Comments
Looks like a bug to me , will fix this soon! |
thanks for reporting! this is a bug and i can reproduce. |
@catarak I think just adding a length cap might work? |
I think as discussed on #962 (comment) we should also add some validations at the backend and s3 |
i think there should be frontend and backend validations. |
I'm a first time contributor, is this still open for me to work on? |
Hey sure , go for it ! What you need to do to counter this one.
If you have any doubt , most people here will be happy to help(or just tag me). |
Nature of issue?
Details about the bug:
It is possible to clear the name of a folder by renaming it to "" and files can be renamed to only contain a valid extension (".js", ".css" etc.).
Moreover two or more folders with an empty name ("") can be contained in the same folder which will probably cause issues.
The text was updated successfully, but these errors were encountered: