diff --git a/.snyk b/.snyk index e75b44417..0d93309c6 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.7.1 +version: v1.8.0 # ignores vulnerabilities until expiry date; change duration by modifying expiry date ignore: 'npm:debug:20170905': @@ -17,4 +17,11 @@ ignore: - '*': reason: None given expires: '2018-10-28T08:51:34.715Z' + 'npm:ws:20171108': + - engine.io > ws: + reason: None given + expires: '2018-12-10T08:48:56.153Z' + - engine.io-client > ws: + reason: None given + expires: '2018-12-10T08:48:56.154Z' patch: {} diff --git a/package.json b/package.json index 4af05518a..d2397ca41 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,6 @@ "bugs": { "url": "https://github.com/snyk/broker/issues" }, - "homepage": "https://github.com/snyk/broker#readme" + "homepage": "https://github.com/snyk/broker#readme", + "snyk": true }