Moonwards-Virtual-Moon icon indicating copy to clipboard operation
Moonwards-Virtual-Moon copied to clipboard

Work out custom serialization

Open Reousa opened this issue 4 years ago • 0 comments

Do further research & assess whether just rset and rpc will work for the entirety of the game.

  • Apparently godot's current serialization methods can include script code, which opens the recepient up to remote code execution at worst.

  • Godot serializes data types including Dictionaries and Arrays. Worthwhile to take a look at the source code.

Related to: #276

Reousa avatar Apr 22 '20 14:04 Reousa