Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities (#39)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:debug:20170905

Latest report for dequelabs/axe-cli:
https://snyk.io/test/github/dequelabs/axe-cli
  • Loading branch information
snyk-bot authored and WilcoFiers committed Sep 28, 2017
1 parent 126e081 commit 9b20eef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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':
- phantomjs-prebuilt > extract-zip > debug:
patched: '2017-09-28T08:21:02.708Z'
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"engines": {
"node": ">=6"
},
"scripts": {},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dequelabs/axe-cli.git"
Expand Down Expand Up @@ -38,6 +41,8 @@
"colors": "^1.1.2",
"commander": "^2.9.0",
"phantomjs-prebuilt": "^2.1.13",
"selenium-webdriver": "^3.0.0"
}
"selenium-webdriver": "^3.0.0",
"snyk": "^1.41.1"
},
"snyk": true
}

0 comments on commit 9b20eef

Please sign in to comment.