Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7c0da6adf934740a8ed8a91d857da258afe76749
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc819b4bf8ea8eb387c9182bae9b9d502c08956c
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 23, 2022

  1. readline: refactor to avoid unsafe regex primordials

    Refs: #43475
    Backport-PR-URL: #44926
    PR-URL: #43475
    aduh95 authored and richardlau committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    db31de6 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
    Backport-PR-URL: #44926
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    aduh95 authored and richardlau committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    254358c 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
    Backport-PR-URL: #44926
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
    aduh95 authored and richardlau committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cc819b4 View commit details
    Browse the repository at this point in the history
Loading