Skip to content

Commit

Permalink
Merge pull request #1 from snyk/snyk-fix-7528beb3
Browse files Browse the repository at this point in the history
[Snyk] Fix for 15 vulnerable dependency paths
  • Loading branch information
darscan authored May 16, 2017
2 parents 70b6357 + 875363e commit 1833680
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 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':
- snyk > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.527Z'
- snyk > snyk-config > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.527Z'
- snyk > snyk-module > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.527Z'
- snyk > snyk-policy > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.527Z'
- snyk > snyk-resolve > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.584Z'
- snyk > snyk-resolve-deps > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.584Z'
- snyk > snyk-try-require > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.585Z'
- snyk > snyk-policy > snyk-module > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.585Z'
- snyk > snyk-policy > snyk-resolve > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.585Z'
- snyk > snyk-resolve-deps > snyk-resolve > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.585Z'
- snyk > snyk-policy > snyk-try-require > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.585Z'
- snyk > snyk-resolve-deps > snyk-try-require > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.585Z'
- snyk > snyk-resolve-deps > clite > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.586Z'
- snyk > snyk-resolve-deps > snyk-module > debug > ms:
reason: None given
expires: '2017-06-15T18:12:58.586Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:marked:20170112':
- marked:
patched: '2017-05-16T18:12:58.587Z'
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,23 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"report": "node hbs.js > output/test-report.html && open output/test-report.html"
"report": "node hbs.js > output/test-report.html && open output/test-report.html",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "",
"license": "ISC",
"dependencies": {
"handlebars": "^4.0.8",
"marked": "^0.3.6",
"moment": "^2.18.1",
"snyk": "^1.30.0"
"snyk": "^1.30.1"
},
"devDependencies": {
"minimist": "^1.2.0"
},
"bin": {
"snyk-to-html": "./snyk-to-html.js"
}
},
"snyk": true
}

0 comments on commit 1833680

Please sign in to comment.