Skip to content

Commit

Permalink
Merge pull request #795 from snyk/fix/https-agent-vuln
Browse files Browse the repository at this point in the history
fix: add packed dependency to prevent download from git
  • Loading branch information
lili2311 committed Oct 4, 2019
2 parents ed05431 + c918814 commit 0c6026e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,8 @@
"SECURITY.md",
"README.md",
"Contributor-Agreement.md",
".snyk"
".snyk",
"proxy-agent-3.1.0.tgz"
],
"directories": {
"test": "test"
Expand Down Expand Up @@ -70,7 +71,7 @@
"needle": "^2.2.4",
"opn": "^5.5.0",
"os-name": "^3.0.0",
"proxy-agent": "git://github.com/snyk/node-proxy-agent.git#fix/https-agent-vuln",
"proxy-agent": "file:proxy-agent-3.1.0.tgz",
"proxy-from-env": "^1.0.0",
"semver": "^6.0.0",
"snyk-config": "^2.2.1",
Expand Down Expand Up @@ -121,6 +122,9 @@
"tslint": "^5.14.0",
"typescript": "^3.4.1"
},
"bundledDependencies": [
"proxy-agent"
],
"repository": {
"type": "git",
"url": "https://github.com/snyk/snyk.git"
Expand Down
Binary file added proxy-agent-3.1.0.tgz
Binary file not shown.

0 comments on commit 0c6026e

Please sign in to comment.