Skip to content

Commit

Permalink
fix: ignore unavailable vulnerabilities for 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Nov 29, 2017
1 parent 6081852 commit 9cff0b3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
version: v1.8.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:ms:20170412':
Expand All @@ -21,4 +21,18 @@ ignore:
- nuxt > webpack-bundle-analyzer > express > serve-static > send > ms:
reason: None given
expires: '2017-06-16T14:36:46.455Z'
'npm:mime:20170907':
- nuxt > url-loader > mime:
reason: None given
expires: '2017-12-29T09:11:19.784Z'
'npm:moment:20170905':
- moment:
reason: None given
expires: '2017-12-29T09:11:19.785Z'
- bunyan > moment:
reason: None given
expires: '2017-12-29T09:11:19.785Z'
- chart.js > moment:
reason: None given
expires: '2017-12-29T09:11:19.785Z'
patch: {}

0 comments on commit 9cff0b3

Please sign in to comment.