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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: caolan/async
base: v2.6.3
Choose a base ref
head repository: caolan/async
compare: v2.6.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 13, 2022

  1. Fix prototype pollution vulnerability (#1828)

    (cherry picked from commit e1ecdbf)
    
    Conflicts:
      lib/internal/iterator.js
      test/mapValues.js
    
    NOTE(mriedem): The conflicts are due to:
    
    - e475117 for iterator.js;
      resolution was trivial
    - bd86f42 for mapValues.js;
      resolution was just copying the test change into the old
      test file before it was moved
    
    This is a 2.x series backport for
    https://nvd.nist.gov/vuln/detail/CVE-2021-43138.
    
    Co-authored-by: Alexander Early <alexander.early@gmail.com>
    mriedem and aearly committed Apr 13, 2022
  2. update changelog

    hargasinski committed Apr 13, 2022
  3. Update built files

    hargasinski committed Apr 13, 2022
  4. Version 2.6.4

    hargasinski committed Apr 13, 2022