Skip to content

Commit

Permalink
fix: ignore the vuln in tough-cookie
Browse files Browse the repository at this point in the history
No upgrade or patch available for tough-cookie (introduced via request)

More information about the vulnerability:
https://snyk.io/vuln/npm:tough-cookie:20170905
  • Loading branch information
joshje committed Sep 21, 2017
1 parent adde4c2 commit 6774990
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -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: {}

0 comments on commit 6774990

Please sign in to comment.