lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


There are at least two applications in AppStore in which you can type
arbitrary SQL commands on user databases.
SQL is also some sort of scripting language, so yes, it looks like
Apple has definitely relaxed their rules !
My question is: in that application, are there any "sensitive"
exported function like the "io" module or the os.execute powerful
function ?
By sensitive, I mean any function unsafe inside a sandbox (see
http://lua-users.org/wiki/SandBoxes).