SAST Language Support for Lua

Problem to solve

A customer has requested SAST language support for Lua

Proposal

There are some open source Lua scanner to choose:

  • luacheck — A tool for linting and static analysis of Lua code.
  • lualint — lualint performs luac-based static analysis of global variable usage in Lua source code.