Skip to content

Commit

Permalink
[Component Governance Alert] - CVE-2022-24999 in qs 6.9.4 (#18009)
Browse files Browse the repository at this point in the history
* AndroidSigningV2 npm audit fix

* AndroidSigningV3 npm audit fix

* DownloadSecureFileV1 npm audit fix

* InstallAppleCertificateV2 npm audit fix

* InstallAppleProvisioningProfileV1 npm audit fix

* Fix uncommited file for InstallAppleProvisioningProfileV1
  • Loading branch information
vmapetr authored Mar 28, 2023
1 parent 63b2e25 commit fd59385
Show file tree
Hide file tree
Showing 15 changed files with 415 additions and 173 deletions.
204 changes: 131 additions & 73 deletions Tasks/AndroidSigningV2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 201,
"Minor": 220,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 201,
"Minor": 220,
"Patch": 0
},
"demands": [
Expand Down
206 changes: 132 additions & 74 deletions Tasks/AndroidSigningV3/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 201,
"Minor": 220,
"Patch": 0
},
"releaseNotes": "This version of the task uses apksigner instead of jarsigner to sign APKs.",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AndroidSigningV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 201,
"Minor": 220,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
48 changes: 45 additions & 3 deletions Tasks/DownloadSecureFileV1/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/DownloadSecureFileV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 212,
"Minor": 220,
"Patch": 0
},
"runsOn": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DownloadSecureFileV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 212,
"Minor": 220,
"Patch": 0
},
"runsOn": [
Expand Down
60 changes: 51 additions & 9 deletions Tasks/InstallAppleCertificateV2/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/InstallAppleCertificateV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 219,
"Minor": 220,
"Patch": 0
},
"releaseNotes": "Fixes codesign hangs on a self hosted agent. A Keychain password is now required to use `Default Keychain` or `Custom Keychain`. Microsoft hosted builds should use `Temporary Keychain`.",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/InstallAppleCertificateV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 219,
"Minor": 220,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
48 changes: 45 additions & 3 deletions Tasks/InstallAppleProvisioningProfileV1/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/InstallAppleProvisioningProfileV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 212,
"Minor": 220,
"Patch": 0
},
"runsOn": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/InstallAppleProvisioningProfileV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 212,
"Minor": 220,
"Patch": 0
},
"runsOn": [
Expand Down Expand Up @@ -89,7 +89,7 @@
"Node10": {
"target": "installprovprofile.js",
"argumentFormat": ""
},
},
"Node16": {
"target": "installprovprofile.js",
"argumentFormat": ""
Expand Down

0 comments on commit fd59385

Please sign in to comment.