Skip to content

Commit 40d5f1f

Browse files
Release 1.10.5
[skip ci] ## <small>1.10.5 (2026-04-13)</small> * fix: prevent symlink path traversal via pre-existing symlinks during tar extraction ([18def23](18def23))
1 parent 18def23 commit 40d5f1f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## <small>1.10.5 (2026-04-13)</small>
4+
5+
* fix: prevent symlink path traversal via pre-existing symlinks during tar extraction ([18def23](https://github.com/node-modules/compressing/commit/18def23))
6+
37
## <small>1.10.4 (2026-01-28)</small>
48

59
* fix: prevent arbitrary file write via symlink extraction (#133) ([8d16c19](https://github.com/node-modules/compressing/commit/8d16c19)), closes [#133](https://github.com/node-modules/compressing/issues/133)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compressing",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)