cryptic-game / frontend

The official frontend of Cryptic
https://play.cryptic-game.net
GNU Affero General Public License v3.0
11 stars 15 forks source link

You can create a folder/file named ".." and cannot interact, even delete it #157

Closed nTerior closed 4 years ago

nTerior commented 4 years ago

If you create a file called "..", you cannot delete it, read it, rename it, move it, etc. If you create a folder called "..", you cannot use it, enter it, delete it, read it, rename it, move it, etc.

Reproduce

  1. Create a file/folder named ".."
  2. Observe it

Logs grafik

System Windows 10, Web browser

MaxiHuHe04 commented 4 years ago

The check for these special file names (also .) will just be implemented in the cryptic-device microservice, so we won't have to change anything in the frontend: https://github.com/cryptic-game/cryptic-device/issues/88