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

disallow accessing Function constructor #27

Merged
merged 4 commits into from Nov 19, 2019

Commits on Oct 24, 2019

  1. disallow accessing __proto__ or constructor

    Plugs another hole in the not-quite-sandbox. We'll never be 100%
    airtight but this is low hanging fruit that doesn't impact any
    legitimate use case.
    goto-bus-stop committed Oct 24, 2019
    Copy the full SHA
    b0c80ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5514699 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b7b960 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. plan fix

    goto-bus-stop committed Oct 30, 2019
    Copy the full SHA
    a18a308 View commit details
    Browse the repository at this point in the history