-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.snyk
20 lines (20 loc) · 769 Bytes
/
.snyk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:ms:20170412':
- webpagetest > mocha > debug > ms:
reason: Waiting for full update"
expires: '2017-07-05T19:47:44.500Z'
'npm:growl:20160721':
- webpagetest > mocha > growl:
reason: No fix available
expires: '2017-07-05T19:47:44.501Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
- webpagetest > mocha > glob > minimatch:
patched: '2016-08-08T18:21:06.819Z'
'npm:debug:20170905':
- webpagetest > mocha > debug:
patched: '2020-01-21T12:13:10.687Z'