microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
90 stars 35 forks source link

Update `git-url-parse` #725

Closed bwateratmsft closed 2 years ago

bwateratmsft commented 2 years ago

Fixes CVE-2022-0624 and clears associated CG alert

alexweininger commented 2 years ago

Associated changelogs:

https://github.com/IonicaBizau/git-url-parse/releases/tag/12.0.0 https://github.com/IonicaBizau/git-up/releases/tag/6.0.0

The only breaking change from these that I could see causing issues is

(git-up) If the input url has a trailing slash, the trailing slash will be added in the pathname too.