From 677499066023733800429b8abc71244dee551d72 Mon Sep 17 00:00:00 2001 From: Josh Emerson Date: Thu, 21 Sep 2017 14:47:06 +0100 Subject: [PATCH] fix: ignore the vuln in tough-cookie No upgrade or patch available for tough-cookie (introduced via request) More information about the vulnerability: https://snyk.io/vuln/npm:tough-cookie:20170905 --- .snyk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index 1d05d8df69..cce659c8a8 100644 --- a/.snyk +++ b/.snyk @@ -1,4 +1,9 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. version: v1.7.1 -ignore: {} +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + 'npm:tough-cookie:20170905': + - request > tough-cookie: + reason: No upgrade or patch available + expires: '2017-10-21T13:46:32.575Z' patch: {}