Skip to content

Commit

Permalink
Merge pull request #19 from securego/snyk-fix-229bf18b9b3ab0b59e9a57b…
Browse files Browse the repository at this point in the history
…fcd99f3d0

[Snyk] Fix for 1 vulnerabilities
  • Loading branch information
ccojocar authored Apr 14, 2020
2 parents db12d16 + ba22eb6 commit c2bad26
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 3 deletions.
48 changes: 48 additions & 0 deletions website/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-HTTPSPROXYAGENT-469131:
- npm > libcipm > pacote > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > pacote > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpmaccess > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpmhook > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpmorg > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpmsearch > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > npm-profile > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > pacote > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpmteam > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > libnpmteam > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > libnpmaccess > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > npm-profile > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > libnpmorg > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libcipm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > libnpmpublish > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > libnpmhook > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
- npm > libnpm > libnpmsearch > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-04T02:05:06.938Z'
10 changes: 7 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",
"rename-version": "docusaurus-rename-version"
"rename-version": "docusaurus-rename-version",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"docusaurus": "^1.3.2"
},
"dependencies": {
"i": "^0.3.6",
"npm": "^6.3.0"
}
"npm": "^6.3.0",
"snyk": "^1.230.5"
},
"snyk": true
}

0 comments on commit c2bad26

Please sign in to comment.