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

lib: Add option to disable __proto__ accessors #32279

Merged
merged 1 commit into from Mar 18, 2020

Commits on Mar 18, 2020

  1. lib: add option to disable __proto__

    Adds `--disable-proto` CLI option which can be set to `delete` or
    `throw`.
    
    Fixes nodejs#31951
    
    PR-URL: nodejs#32279
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
    Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
    devsnek committed Mar 18, 2020
    Copy the full SHA
    7a742ec View commit details
    Browse the repository at this point in the history