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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Ahmadzadeh committed Jan 31, 2017
2 parents 94898fc + 78d539e commit f04e0d7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
33 changes: 33 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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:marked:20170112':
- marked:
reason: None given
expires: '2017-03-02T14:27:00.171Z'
- semantic-ui > gulp-notify > node-notifier > cli-usage > marked:
reason: None given
expires: '2017-03-02T14:27:00.171Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
- semantic-ui > gulp > vinyl-fs > glob-stream > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp-copy > gulp > vinyl-fs > glob-stream > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp > vinyl-fs > glob-stream > glob > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp-copy > gulp > vinyl-fs > glob-stream > glob > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp-copy > gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2017-01-31T14:27:00.292Z'
- semantic-ui > gulp-copy > gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2017-01-31T14:27:00.292Z'
'npm:uglify-js:20151024':
- jade > transformers > uglify-js:
patched: '2017-01-31T14:27:00.292Z'
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: "stable"
node_js: "6"
env:
- CXX=g++-4.8
addons:
Expand All @@ -15,4 +15,4 @@ before_script:
script:
- npm run-script test-cover
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"start": "gulp",
"test": "mocha --recursive -R spec",
"test-watch": "mocha watch --recursive -R nyan",
"test-cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive -R spec"
"test-cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive -R spec",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"bin": {
"markdownserver": "./src/markdownserver-cli.js"
Expand All @@ -30,14 +32,15 @@
"httpntlm": "^1.7.3",
"istanbul": "^0.4.5",
"jade": "^1.11.0",
"jquery": "^2.2.0",
"jquery": "^3.0.0",
"markdown-toc": "^0.12.3",
"marked": "^0.3.5",
"morgan": "^1.6.1",
"raphael": "^2.2.7",
"request": "^2.79.0",
"semantic-ui": "^2.2.6",
"underscore": "^1.8.3"
"underscore": "^1.8.3",
"snyk": "^1.24.6"
},
"devDependencies": {
"browser-sync": "^2.11.1",
Expand All @@ -56,5 +59,6 @@
"sinon": "^1.17.3",
"sinon-as-promised": "^4.0.0",
"supertest": "^1.1.0"
}
},
"snyk": true
}

0 comments on commit f04e0d7

Please sign in to comment.