File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.7.0
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ 'npm:ms:20170412':
7+ - extract-zip > debug > ms:
8+ patched: '2017-05-23T03:00:06.406Z'
9+ - morgan > debug > ms:
10+ patched: '2017-05-23T03:00:06.406Z'
Original file line number Diff line number Diff line change 3535 "upgrade" : " node ./bin/db upgrade" ,
3636 "test" : " make test" ,
3737 "test-win" : " mocha test/api/init test/api/users test/api/auth test/api/account test/api/accessKeys test/api/sessions test/api/apps test/api/index --recursive --timeout 15000" ,
38- "coverage" : " make coverage"
38+ "coverage" : " make coverage" ,
39+ "snyk-protect" : " snyk protect" ,
40+ "prepublish" : " npm run snyk-protect"
3941 },
4042 "dependencies" : {
4143 "aliyun-oss-upload-stream" : " ^1.3.0" ,
7173 "slash" : " ^1.0.0" ,
7274 "validator" : " ^7.0.0" ,
7375 "yargs" : " ^6.2.0" ,
74- "yazl" : " ^2.3.0"
76+ "yazl" : " ^2.3.0" ,
77+ "snyk" : " ^1.30.1"
7578 },
7679 "devDependencies" : {
7780 "istanbul" : " ^0.4.5" ,
9396 " app.js" ,
9497 " README.md" ,
9598 " LICENSE"
96- ]
99+ ],
100+ "snyk" : true
97101}
You can’t perform that action at this time.
0 commit comments