Skip to content

Commit 2630ec4

Browse files
MAGECLOUD-12969: security fix patch
1 parent faba20b commit 2630ec4

4 files changed

+4
-0
lines changed

patches/MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.4.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ diff --git a/vendor/magento/module-jwt-user-token/Model/SecretBasedJwksFactory.p
6060
//Making sure keys are large enough.
6161
foreach ($this->keys as &$key) {
6262
$key = str_pad($key, 2048, '&', STR_PAD_BOTH);
63+

patches/MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.5.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ diff --git a/vendor/magento/module-jwt-user-token/Model/SecretBasedJwksFactory.p
6060
//Making sure keys are large enough.
6161
foreach ($this->keys as &$key) {
6262
$key = str_pad($key, 2048, '&', STR_PAD_BOTH);
63+

patches/MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.6.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ diff --git a/vendor/magento/module-jwt-user-token/Model/SecretBasedJwksFactory.p
4444
//Making sure keys are large enough.
4545
foreach ($this->keys as &$key) {
4646
$key = str_pad($key, 2048, '&', STR_PAD_BOTH);
47+

patches/MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.7.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ diff --git a/vendor/magento/module-jwt-user-token/Model/SecretBasedJwksFactory.p
5353
//Making sure keys are large enough.
5454
foreach ($this->keys as &$key) {
5555
$key = str_pad($key, 2048, '&', STR_PAD_BOTH);
56+

0 commit comments

Comments
 (0)