mesecons/mesecons_luacontroller
Jeija 703e6fdadb Luacontroller: Restrict digiline messages
Restrict maximum length of messages to 50.000 characters and disable sending functions or table references over the wire. Restrict types of channel variable to string, number or boolean.

The missing length restriction made DoS-like attacks possible by overflowing memory using string concatenation. Thanks to gamemanj for disclosing this issue.
2016-12-28 10:07:59 +01:00
..
doc/luacontroller Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format 2015-11-20 20:14:50 +01:00
textures Move textures into their mods 2014-01-10 13:13:02 -05:00
depends.txt Add luacontroller, a microcontroller that you can code in lua. 2013-01-13 00:18:25 +01:00
init.lua Luacontroller: Restrict digiline messages 2016-12-28 10:07:59 +01:00