k2d222 / twwe

Teeworlds collaborative map editor online
GNU Affero General Public License v3.0
13 stars 1 forks source link

Server crash when creating map with invalid name #61

Closed k2d222 closed 2 years ago

k2d222 commented 2 years ago

Map name must be sanitized by the server (prob ascii only?) and special characters like / need to be properly handled. related: #56

Do we allow users to create maps in subdirectories?