Skip to content

lib: Add option to disable __proto__ accessors#32279

Merged
devsnek merged 1 commit intonodejs:masterfrom
devsnek:disable-proto
Mar 18, 2020
Merged

lib: Add option to disable __proto__ accessors#32279
devsnek merged 1 commit intonodejs:masterfrom
devsnek:disable-proto

Conversation

@devsnek
Copy link
Member

@devsnek devsnek commented Mar 15, 2020

Adds --disable-proto CLI option which can be set to delete or
throw.

Fixes #31951

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. notable-change PRs with changes that should be highlighted in changelogs. security Issues and PRs related to security. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable __proto__