aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_security.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug.getupvalue from the Lua sandbox whitelistShadowNinja2016-03-031-1/+0
| | | | This function could be used to steal insecure environments from trusted mods.
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-271-6/+6
|
* dofile error reporting for syntax errorsest312015-06-121-1/+2
| | | | | According to doc, dofile() raises an error when parsing failed due to syntax errors. Fixes #2775
* Fix Windows build, clean up included headersSmallJoker2015-05-221-1/+1
| | | | Also fix a startup error caused by s_security.cpp
* Add mod securityShadowNinja2015-05-161-0/+603
Due to compatibility concerns, this is temporarily disabled.