diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..a8a2a261 --- /dev/null +++ b/.snyk @@ -0,0 +1,24 @@ +# 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-01T04:18:37.661Z' + - express-winston > lodash: + patched: '2020-05-01T04:18:37.661Z' + - inquirer > lodash: + patched: '2020-05-01T04:18:37.661Z' + - lodash-deep > lodash: + patched: '2020-05-01T04:18:37.661Z' + - swagger-client > lodash: + patched: '2020-05-01T04:18:37.661Z' + - typescript-rest > lodash: + patched: '2020-05-01T04:18:37.661Z' + - typescript-rest-swagger > lodash: + patched: '2020-05-01T04:18:37.661Z' + - typescript-rest-swagger > typescript-rest > lodash: + patched: '2020-05-01T04:18:37.661Z' + - swagger-client > isomorphic-form-data > form-data > async > lodash: + patched: '2020-05-01T04:18:37.661Z' diff --git a/package.json b/package.json index a18f8b28..2db7c15e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,9 @@ "swagger": "swaggerGen -c ./swagger.config.json", "test": "cross-env NODE_ENV=test mocha --exit", "test:coverage": "nyc npm test", - "tsc": "tsc" + "tsc": "tsc", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "nyc": { "include": [ @@ -101,7 +103,8 @@ "weighted": "^0.3.0", "winston": "^2.4.0", "xml2js": "^0.4.19", - "yamljs": "^0.2.10" + "yamljs": "^0.2.10", + "snyk": "^1.316.1" }, "devDependencies": { "@types/argparse": "^1.0.33", @@ -173,5 +176,6 @@ "engines": { "node": ">=8.0.0" }, - "engineStrict": true + "engineStrict": true, + "snyk": true }