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

node: warn for Object.prototype.__* accessors common in security warnings #39824

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    813dd33 View commit details
    Browse the repository at this point in the history
  2. linter

    bmeck committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    c49435f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Update lib/internal/bootstrap/pre_execution.js

    Co-authored-by: Voltrex <mohammadkeyvanzade94@gmail.com>
    bmeck and VoltrexKeyva committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    fd4e664 View commit details
    Browse the repository at this point in the history
  2. DEP

    bmeck committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    bc2ef67 View commit details
    Browse the repository at this point in the history
  3. DEP meta

    bmeck committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    05ef3f2 View commit details
    Browse the repository at this point in the history
  4. Update doc/api/deprecations.md

    Co-authored-by: James M Snell <jasnell@gmail.com>
    bmeck and jasnell committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    9f266d6 View commit details
    Browse the repository at this point in the history
  5. fix nits

    bmeck committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    301d5ea View commit details
    Browse the repository at this point in the history
  6. oops, define correct prop name

    bmeck committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    9198ad2 View commit details
    Browse the repository at this point in the history
  7. cleanup

    bmeck committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    04fbd18 View commit details
    Browse the repository at this point in the history
  8. Update test/parallel/test-object-proto-accessor-warning.js

    Co-authored-by: Voltrex <mohammadkeyvanzade94@gmail.com>
    bmeck and VoltrexKeyva committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    083c842 View commit details
    Browse the repository at this point in the history
  9. linter

    bmeck committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    308eb0e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. fix refactor regression

    bmeck committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    c55d04a View commit details
    Browse the repository at this point in the history
  2. pendingDeprecation

    bmeck committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    741f229 View commit details
    Browse the repository at this point in the history
  3. test needs flag

    bmeck committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    4b73dde View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Update doc/api/deprecations.md

    Co-authored-by: Rich Trott <rtrott@gmail.com>
    bmeck and Trott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    bd37bbc View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Rich Trott <rtrott@gmail.com>
    bmeck and Trott committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    07faa4b View commit details
    Browse the repository at this point in the history