Skip to content

Commit

Permalink
Merge pull request #3 from kengz/snyk-fix-ce1d8533
Browse files Browse the repository at this point in the history
[Snyk Update] New fixes for 11 vulnerable dependency paths
  • Loading branch information
kengz committed Oct 7, 2017
2 parents b243b79 + b1653ef commit a0d6f66
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- spacy-nlp > poly-socketio > socket.io-client > engine.io-client > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > socket.io-adapter > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > socket.io-client > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io-client > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > engine.io > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > socket.io-client > engine.io-client > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > socket.io-parser > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io-client > socket.io-parser > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > socket.io-adapter > socket.io-parser > debug:
patched: '2017-09-30T00:05:05.191Z'
- spacy-nlp > poly-socketio > socket.io > socket.io-client > socket.io-parser > debug:
patched: '2017-09-30T00:05:05.191Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"start": "node index.js",
"test": "istanbul cover _mocha",
"server": "node src/nlp-server.js"
"server": "node src/nlp-server.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -33,12 +35,14 @@
"lodash": "^4.16.4",
"neo4j": "^2.0.0-RC2",
"spacy-nlp": "^1.0.7",
"winston": "^2.2.0"
"winston": "^2.2.0",
"snyk": "^1.41.1"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.0"
}
},
"snyk": true
}

0 comments on commit a0d6f66

Please sign in to comment.