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

tools: refactor avoid-prototype-pollution lint rule #43476

Merged
merged 2 commits into from Aug 27, 2022

Commits on Aug 27, 2022

  1. lib: use safe Promise alternatives when available

    PR-URL: nodejs#43476
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 committed Aug 27, 2022
    Copy the full SHA
    ce63962 View commit details
    Browse the repository at this point in the history
  2. tools: refactor avoid-prototype-pollution lint rule

    The lint rule was not catching all occurences of unsafe primordials use,
    and was too strict on some methods.
    
    PR-URL: nodejs#43476
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 committed Aug 27, 2022
    Copy the full SHA
    1400051 View commit details
    Browse the repository at this point in the history