Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
api-backward-compatibility.patch | expose old method names for backward compatibility | Jérémy Lal <kapouer@melix.org> | not-needed | 2018-06-08 | ||
disable-failing-tests.diff | disable some test that fails even with npm install | Xavier Guimard <yadd@debian.org> | no | 2020-10-22 | ||
CVE-2021-32803.patch | Remove paths from dirCache when no longer dirs | isaacs <i@izs.me> | not-needed | debian upstream | upstream, https://github.com/npm/node-tar/commit/9dbdeb6 | 2021-08-11 |
CVE-2021-32804.patch | strip absolute paths more comprehensively | isaacs <i@izs.me> | not-needed | debian upstream | upstream, https://github.com/npm/node-tar/commit/1f036ca2 | 2021-08-11 |
CVE-2021-37701.patch | normalize paths on Windows systems | isaacs <i@izs.me> | not-needed | upstream | upstream, https://github.com/npm/node-tar/commit/53602669 | 2021-11-11 |
CVE-2021-37712.patch | prevent path escape using drive-relative paths | isaacs <i@izs.me> | not-needed | upstream | upstream, https://github.com/npm/node-tar/commit/875a37e3 | 2021-11-11 |
add-noChmod-option.patch | add noChmod option Else using `npm install foo` create a world writable node_modules/foo directory. This allows a way to suppress the call to process.umask() while still being as compliant as possible with the modes as defined in the tarball entries. |
isaacs <i@izs.me> | not-needed | upstream, https://github.com/npm/node-tar/pull/270 | 2021-11-11 |