Skip to content

Commit 9861015

Browse files
authored
Fix CVE-2026-31802 by updating tar to patched versions (#345)
- This PR fixes GHSA-9ppj-qmqm-q256: Symlink Path Traversal via Drive-Relative Linkpath - tar version is updated to 7.5.11 - Fixes CRW-10348 Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent 77813a1 commit 9861015

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cloud-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"resolutions": {
2929
"cipher-base": "^1.0.6",
3030
"sha.js": "^2.4.12",
31-
"tar": "7.5.7",
31+
"tar": "7.5.11",
3232
"minimatch@^3.1.1": "^3.1.5",
3333
"minimatch@^10.1.1": "^10.2.4",
3434
"ajv": "6.14.0"

cloud-shell/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4778,16 +4778,16 @@ __metadata:
47784778
languageName: node
47794779
linkType: hard
47804780

4781-
"tar@npm:7.5.7":
4782-
version: 7.5.7
4783-
resolution: "tar@npm:7.5.7"
4781+
"tar@npm:7.5.11":
4782+
version: 7.5.11
4783+
resolution: "tar@npm:7.5.11"
47844784
dependencies:
47854785
"@isaacs/fs-minipass": "npm:^4.0.0"
47864786
chownr: "npm:^3.0.0"
47874787
minipass: "npm:^7.1.2"
47884788
minizlib: "npm:^3.1.0"
47894789
yallist: "npm:^5.0.0"
4790-
checksum: 10c0/51f261afc437e1112c3e7919478d6176ea83f7f7727864d8c2cce10f0b03a631d1911644a567348c3063c45abdae39718ba97abb073d22aa3538b9a53ae1e31c
4790+
checksum: 10c0/b6bb420550ef50ef23356018155e956cd83282c97b6128d8d5cfe5740c57582d806a244b2ef0bf686a74ce526babe8b8b9061527623e935e850008d86d838929
47914791
languageName: node
47924792
linkType: hard
47934793

0 commit comments

Comments
 (0)