Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve sandboxing setup; re-allow get/setmetatable #245

Merged
merged 5 commits into from
Aug 2, 2024

Commits on May 16, 2024

  1. Improve sandboxing setup; re-allow get/setmetatable

    - Give each script its own proxy for global tables; this allows scripts
      to set e.g. `string.foo = ...` without affecting other scripts' view
      of the library.
    - Protect all important metatables for values provided by C++
    - Remove getmetatable and setmetatable from the list of disallowed
      functions
    GinjaNinja32 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    174de2c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    c98aa56 View commit details
    Browse the repository at this point in the history
  2. Add required include

    GinjaNinja32 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fb40e54 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    aa62167 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    0806816 View commit details
    Browse the repository at this point in the history