Skip to content

Commit c06267f

Browse files
authored
fix: add snyk ignores for tar symlink attack vulns (#769)
SNYK-JS-TAR-15416075 and SNYK-JS-TAR-15456201 affect tar@6.2.1 via @yarnpkg/core which is pinned to tar@^6. Fixes only exist in tar 7.x, blocked on upstream @yarnpkg/core update.
1 parent b30aa35 commit c06267f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.snyk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ ignore:
66
- 'snyk-nodejs-lockfile-parser > @yarnpkg/core > tar':
77
reason: 'Indirect dependency from snyk-nodejs-lockfile-parser, waiting for upstream fix'
88
expires: 2026-03-26T00:00:00.000Z
9+
SNYK-JS-TAR-15416075:
10+
- 'snyk-nodejs-lockfile-parser > @yarnpkg/core > tar':
11+
reason: 'Indirect dependency from snyk-nodejs-lockfile-parser, waiting for upstream fix'
12+
expires: 2026-03-26T00:00:00.000Z
13+
SNYK-JS-TAR-15456201:
14+
- 'snyk-nodejs-lockfile-parser > @yarnpkg/core > tar':
15+
reason: 'Indirect dependency from snyk-nodejs-lockfile-parser, waiting for upstream fix'
16+
expires: 2026-03-26T00:00:00.000Z
917
patch: {}

0 commit comments

Comments
 (0)