Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from vspedr/snyk-fix-f2317414
Browse files Browse the repository at this point in the history
[Snyk] Fix for 1 vulnerable dependency path
  • Loading branch information
vspedr authored May 17, 2017
2 parents 028fd2d + bdecbe5 commit b0dae1b
Show file tree
Hide file tree
Showing 3 changed files with 2,130 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:ms:20170412':
- axios > follow-redirects > debug > ms:
reason: None given
expires: '2017-06-15T17:48:16.406Z'
patch: {}
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"repository": "vspedr/movile-messaging",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"movile",
Expand All @@ -21,6 +23,8 @@
"devDependencies": {
"eslint": "^3.16.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0"
}
"eslint-plugin-import": "^2.2.0",
"snyk": "^1.30.1"
},
"snyk": true
}
Loading

0 comments on commit b0dae1b

Please sign in to comment.