Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 84fc7c2

Browse files
committed
🔒 Ignore tar vuln for 30 days
See reason/explanation in snyk policy file.
1 parent db27440 commit 84fc7c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.snyk

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.13.5
3-
ignore: {}
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JS-TAR-174125:
6+
- electron-rebuild > node-gyp > tar:
7+
reason: >-
8+
Only affecting build system, and we trust upstream electron tar
9+
archives.
10+
expires: '2019-05-18T15:26:53.522Z'
411
# patches apply the minimum changes required to fix a vulnerability
512
patch:
613
'npm:hoek:20180212':

0 commit comments

Comments
 (0)