-
Notifications
You must be signed in to change notification settings - Fork 267
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: isaacs/node-tar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: isaacs/node-tar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 12 files changed
- 2 contributors
Commits on Mar 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 700734f - Browse repository at this point
Copy the full SHA 700734fView commit details
Commits on May 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9704d8c - Browse repository at this point
Copy the full SHA 9704d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6244eb3 - Browse repository at this point
Copy the full SHA 6244eb3View commit details
Commits on May 7, 2026
-
fix: regression in pending links detection
If one of the hard links to a file included in a pack job was not eventually seen, it would hang forever waiting for the real one, if the first that is encountered happens to not be the current job. Fix the problem by only deferring if and only if the job in question is not the current job, and then if it is encountered again as the current job, if it's still pending for that reason, proceed with it as the target 'File' entry.
Configuration menu - View commit details
-
Copy full SHA for 7aef486 - Browse repository at this point
Copy the full SHA 7aef486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cc309 - Browse repository at this point
Copy the full SHA 87cc309View commit details
Commits on May 8, 2026
-
That module is not future-proof for ESM, or TS compatible.
Configuration menu - View commit details
-
Copy full SHA for 55dbb99 - Browse repository at this point
Copy the full SHA 55dbb99View commit details
Commits on May 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 302f51f - Browse repository at this point
Copy the full SHA 302f51fView commit details
Commits on Jun 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 52632cf - Browse repository at this point
Copy the full SHA 52632cfView commit details -
do not apply PAX header fields to meta entries
A PAX extended header (x/g) describes the *next file entry*, per POSIX pax, not the GNU long-name (L) / long-link (K) or further PAX (x/g) headers that may sit between it and that file. Header.decode previously applied the pending ex/gex overrides (notably size) to whatever header was decoded next, including those intermediary extension headers. A crafted stream ordered x(size=N) -> L -> file would advance the cursor by N for the L header instead of by L's true payload length, desynchronizing the parser relative to GNU tar, libarchive, Python tarfile and the (now-fixed) Rust tar crates. This is a tar interpretation-conflict / file-smuggling primitive (CWE-436). Only apply extended headers to entries that represent known filesystem entry types. EDIT(@isaacs): - Added test - Updated block-list of meta types to allow-list of fs types. Fix: GHSA-vmf3-w455-68vh
Configuration menu - View commit details
-
Copy full SHA for 21a8220 - Browse repository at this point
Copy the full SHA 21a8220View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf21338 - Browse repository at this point
Copy the full SHA cf21338View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.5.13...v7.5.16