Skip to content

Commit

Permalink
[NuGetAuthenticateV0] semver CVE fixes (#20423)
Browse files Browse the repository at this point in the history
* [NuGetAuthenticateV0] semver CVE fixes

- Fixed semver CVE
- bumped task version

* NotationV0 semver fix

* remove duplicate task-lib
  • Loading branch information
DmitriiBobreshev authored Sep 17, 2024
1 parent 359d29d commit c046308
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 45 deletions.
8 changes: 8 additions & 0 deletions Tasks/NotationV0/make.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-artifacts-common/node_modules/azure-pipelines-task-lib"
],
"options": "-Rf"
}
],
"cp": [
{
"source": [
Expand Down
144 changes: 128 additions & 16 deletions Tasks/NotationV0/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 Tasks/NotationV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"minimumAgentVersion": "2.144.0",
"version": {
"Major": 0,
"Minor": 245,
"Minor": 246,
"Patch": 0
},
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NotationV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"minimumAgentVersion": "2.144.0",
"version": {
"Major": 0,
"Minor": 245,
"Minor": 246,
"Patch": 0
},
"groups": [
Expand Down
46 changes: 23 additions & 23 deletions Tasks/NuGetAuthenticateV0/package-lock.json

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

4 changes: 2 additions & 2 deletions Tasks/NuGetAuthenticateV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"azure-pipelines-tasks-artifacts-common": "2.244.2",
"@types/node": "^16.11.39",
"azure-pipelines-task-lib": "^4.2.0",
"@types/node": "^16.11.39"
"azure-pipelines-tasks-artifacts-common": "^2.245.1"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NuGetAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": 0,
"Minor": 244,
"Minor": 246,
"Patch": 0
},
"deprecated": true,
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NuGetAuthenticateV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": 0,
"Minor": 244,
"Minor": 246,
"Patch": 0
},
"deprecated": true,
Expand Down

0 comments on commit c046308

Please sign in to comment.