Skip to content

Commit

Permalink
Merge pull request #3624 from Polymer/https-launchpad
Browse files Browse the repository at this point in the history
Use https instead of git URL
  • Loading branch information
rictic authored Jan 11, 2022
2 parents 9d29373 + f5d3b31 commit 563684e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions packages/wct-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- ## Unreleased -->
<!-- Add unreleased changes here. -->

## Unreleased
- Use an https URL rather than a git URL for launchpad, hopefully that will be more compatible with https://github.blog/2021-09-01-improving-git-protocol-security-github/

## [v2.1.6] - 2022-01-06
- Pin to a version of launchpad without CVE-2021-23330

Expand Down
16 changes: 8 additions & 8 deletions packages/wct-local/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wct-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"chalk": "^2.3.0",
"cleankill": "^2.0.0",
"freeport": "^1.0.4",
"launchpad": "git://github.com/418sec/launchpad.git#de5aca11dc16a8e530195281c77614bdbb08e7be",
"launchpad": "git+https://github.com/web-padawan/launchpad.git#fdd994d089572e2c2152d70cc74abf497d08d5b7",
"selenium-standalone": "^6.7.0",
"which": "^1.0.8"
},
Expand Down

0 comments on commit 563684e

Please sign in to comment.