From 5a4d83b4afbff300220cb4d87611a39d5131e515 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 05:20:03 +0100 Subject: [PATCH 1/2] fix: tests/cases/user/soap/package.json & tests/cases/user/soap/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- tests/cases/user/soap/package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/cases/user/soap/package.json b/tests/cases/user/soap/package.json index 5882bdeea5cd4..e569e2f87593a 100644 --- a/tests/cases/user/soap/package.json +++ b/tests/cases/user/soap/package.json @@ -7,6 +7,12 @@ "license": "Apache-2.0", "dependencies": { "@types/bluebird": "^3.5.17", - "soap": "latest" - } + "soap": "latest", + "snyk": "^1.316.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" + }, + "snyk": true } From b88e500a47d5467fa2dc540160e96f3993087d1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 May 2020 05:20:04 +0100 Subject: [PATCH 2/2] fix: tests/cases/user/soap/package.json & tests/cases/user/soap/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- tests/cases/user/soap/.snyk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/cases/user/soap/.snyk diff --git a/tests/cases/user/soap/.snyk b/tests/cases/user/soap/.snyk new file mode 100644 index 0000000000000..2911c2317d4b3 --- /dev/null +++ b/tests/cases/user/soap/.snyk @@ -0,0 +1,8 @@ +# 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: + - soap > lodash: + patched: '2020-05-01T04:20:01.281Z'