varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Sanitise Client messages #98

Closed varkor closed 9 years ago

varkor commented 10 years ago

The data sent from Client could be tampered with, so BattleServer will need to be able to deal with suspect messages.

varkor commented 9 years ago

This is the same issue as https://github.com/varkor/pokengine/issues/166, which was fixed recently.