wesleydebruijn / orlog

Clone of minigame from Assassin's Creed: Valhalla written in Elixir
https://www.orlog.app
MIT License
9 stars 1 forks source link

sanitize settings #74

Open jvhoven opened 3 years ago

jvhoven commented 3 years ago

Currently it's possible to manipulate the value of a config entry in the frontend and pass this on to the server, resulting in a crashed game instance.

jvhoven commented 3 years ago

Seems the slider component respects the min and max values so this should probably not be an issue but would be nice to implement anyhow.