AvianNetwork/Avian

flightplans: Don't open all lua libs for security

alamshafil opened this issue · 0 comments

Don't open all Lua libs, let the user manually import lib that are needed.

Affected code:

// Make standard libraries available in the Lua object
luaL_openlibs(L);