Skip to content

Commit ae324a1

Browse files
MAGECLOUD-12969: security fix patch
1 parent 58ab708 commit ae324a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.4.patch

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

0 commit comments

Comments
 (0)