ShadowNinja
|
abd4a79acb
|
Remove debug.getupvalue from the Lua sandbox whitelist
This function could be used to steal insecure environments from trusted mods.
|
2016-03-03 00:09:05 -05:00 |
|
Kahrl
|
8658c8d9b5
|
Use numeric indices and raw table access with LUA_REGISTRYINDEX
|
2015-08-27 01:56:06 +02:00 |
|
est31
|
502e40a649
|
dofile error reporting for syntax errors
According to doc, dofile() raises an error when parsing failed due to syntax errors.
Fixes #2775
|
2015-06-12 20:23:31 +02:00 |
|
SmallJoker
|
39869aaa25
|
Fix Windows build, clean up included headers
Also fix a startup error caused by s_security.cpp
|
2015-05-22 20:37:59 +02:00 |
|
ShadowNinja
|
3a8c788880
|
Add mod security
Due to compatibility concerns, this is temporarily disabled.
|
2015-05-16 18:32:31 -04:00 |
|