mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
- Implemented tableToJS function to convert Lua tables to JavaScript arrays/objects. - Created executeLuaCode function to execute Lua code with a given context and log messages. - Added setupContextAPI function to set up logging and printing functions in Lua. - Defined types for Lua execution context and results. - Introduced SecurityScanner class to wrap security scanning operations for JavaScript, Lua, JSON, and HTML. - Established access rules for secure database operations and implemented rate limiting and input sanitization functions.