diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..5039b11 --- /dev/null +++ b/.snyk @@ -0,0 +1,10 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - lodash: + patched: '2020-05-01T03:08:43.789Z' + - mongoose > async > lodash: + patched: '2020-05-01T03:08:43.789Z' diff --git a/package.json b/package.json index f857c26..a928948 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "main": "config.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node index.js" + "start": "node index.js", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "keywords": [], "author": "", @@ -20,6 +22,8 @@ "mongoose": "^4.7.4", "nedb": "^1.8.0", "socket.io": "^1.7.2", - "socketio-jwt": "^4.5.0" - } + "socketio-jwt": "^4.5.0", + "snyk": "^1.316.1" + }, + "snyk": true }