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

[v16.x backport] tools: refactor avoid-prototype-pollution lint rule #44926

Closed
wants to merge 3 commits into from

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    816d449 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: #43476
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a15e589 View commit details
    Browse the repository at this point in the history
  3. tools: fix typo in avoid-prototype-pollution lint rule

    PR-URL: #44446
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    aduh95 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f8364c5 View commit details
    Browse the repository at this point in the history