{
  "magento/magento2-base": {
    "Fix asset locker race condition when using Redis": {
      "2.1.4 - 2.1.14": "MDVA-2470__fix_asset_locking_race_condition__2.1.4.patch",
      "2.2.0 - 2.2.5": "MDVA-2470__fix_asset_locking_race_condition__2.2.0.patch"
    },
    "Prevent redundant permissions check during build": {
      "2.1.4 - 2.1.14": "MAGECLOUD-414__remove_unnecessary_permission_checks__2.1.4.patch",
      "2.2.0 - 2.2.5": "MAGECLOUD-414__remove_unnecessary_permission_checks__2.2.0.patch"
    },
    "Fix Redis issues with session manager locking": {
      "2.1.10 - 2.1.13" : "MAGECLOUD-1582__fix_session_manager_locking__2.1.10.patch",
      "2.2.0 - 2.2.1": "MAGECLOUD-1582__fix_session_manager_locking__2.2.0.patch"
    },
    "Workaround app/etc not being available before the deploy phase": {
      "~2.1.4": "MAGETWO-57413__move_vendor_path_autoloader__2.1.4.patch"
    },
    "Allow static assets to be loaded without URL rewrites": {
      "2.1.4 - 2.1.16": "MAGETWO-57414__load_static_assets_without_rewrites__2.1.4.patch",
      "~2.1.17": "MAGETWO-57414__load_static_assets_without_rewrites__2.1.17.patch"
    },
    "Don't attempt to use non-existent setup areas": {
      "~2.1.4": "MAGETWO-45357__avoid_nonexistent_setup_area__2.1.4.patch"
    },
    "Skip checking var/generation for write permissions when it doesn't affect the build process": {
      "2.1.4 - 2.1.14": "MAGETWO-63032__skip_unnecessary_write_permission_check__2.1.4.patch"
    },
    "Fix loading multiple plugins in the setup scope": {
      "~2.1.4": "MAGETWO-56675__dont_skip_setup_scoped_plugins__2.1.4.patch"
    },
    "Support SCD forking in the credis connector": {
      "~2.1.4": "MAGETWO-69847__support_credis_forking_during_scd__2.1.4.patch",
      "2.2.0 - 2.2.5" : "MAGETWO-69847__support_credis_forking_during_scd__2.2.0.patch"
    },
    "Allow multiple languages to be specified for the SCD command": {
      "2.1.4 - 2.1.7": "MAGETWO-63020__fix_scd_with_multiple_languages__2.1.4.patch"
    },
    "Continue to load javascript assets in the admin panel when using particular build parameters": {
      "2.1.4 - 2.1.7": "MAGECLOUD-589__load_appropriate_js_files__2.1.4.patch"
    },
    "Handle special characters in email headers": {
      "~2.1.4": "MDVA-8695__properly_encode_characters_in_emails__2.1.4.patch",
      "2.2.0": "MDVA-8695__properly_encode_characters_in_emails__2.1.4.patch"
    },
    "Enable SCD on demand in production": {
      "~2.1.4": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.1.4.patch",
      "2.2.0 - 2.2.3": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.2.0.patch"
    },
    "Respect user-specified minification settings": {
      "~2.1.4": "MAGECLOUD-1736__respect_minification_override__2.1.4.patch",
      "~2.2.0": "MAGECLOUD-1736__respect_minification_override__2.2.0.patch"
    },
    "Process the application cron queue more reliably": {
      "2.1.4": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.4.patch",
      "2.1.5 - 2.1.12": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.5.patch",
      "2.1.13": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.13.patch",
      "~2.1.14": "MAGECLOUD-1607__overhaul_cron_implementation__2.1.14.patch",
      "2.2.0 - 2.2.1": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.0.patch",
      "2.2.2 - 2.2.3": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.2.patch",
      "2.2.4": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.4.patch"
    },
    "Fix cron deadlocks and improve cron locking": {
      "2.2.5 - 2.2.8": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.5.patch",
      "2.2.9": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.9.patch",
      ">=2.2.10 <2.3.0": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.10.patch",
      "2.3.0": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.0.patch",
      "2.3.1": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.1.patch",
      ">=2.3.2 <2.3.3": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.2.patch",
      ">=2.3.3 <2.3.5": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.3.patch"
    },
    "Add Zookeeper and flock locks": {
      "2.2.5 - 2.2.8": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.2.5.patch",
      "2.3.0": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.0.patch",
      "2.3.1": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.1.patch",
      ">=2.3.2 <2.3.5": "MCLOUD_6139__improvement_flock_locks__2.3.2.patch"
    },
    "Reduce memory usage when importing customers and addresses": {
      "2.1.4 - 2.1.10": "SET-36__fix_oom_during_customer_import__2.1.4.patch",
      "2.1.11 - 2.1.12": "SET-36__fix_oom_during_customer_import__2.1.11.patch",
      "2.2.0 - 2.2.3": "SET-36__fix_oom_during_customer_import__2.2.0.patch",
      "2.2.4": "SET-36__fix_oom_during_customer_import__2.2.4.patch"
    },
    "Fix Mview on staging environments": {
      "2.1.4": "MAGETWO-84444__fix_mview_on_staging__2.1.4.patch",
      "2.1.5 - 2.1.9": "MAGETWO-84444__fix_mview_on_staging__2.1.5.patch",
      "2.1.10": "MAGETWO-84444__fix_mview_on_staging__2.1.10.patch"
    },
    "Resize images properly after upgrading to 2.1.6": {
      "2.1.6": "MAGETWO-67805__fix_image_resizing_after_upgrade__2.1.6.patch"
    },
    "Bundle javascript files even when other files are present": {
      "2.1.4 - 2.1.12": "MAGETWO-88336__fix_complex_folder_js_bundling__2.1.4.patch",
      "2.2.0 - 2.2.3": "MAGETWO-84507__fix_complex_folder_js_bundling__2.2.0.patch"
    },
    "Allow ece-tools dumps to complete by fixing app:config:import": {
      "2.2.2": "MAGECLOUD-1567__fix_import_during_ece_tools_dump__2.2.2.patch"
    },
    "Unify robots.txt and sitemap.xml generation": {
      "2.1.4 - 2.1.10": "MAGECLOUD-1998__unify_sitemapxml_and_robotstxt_generation__2.1.4.patch",
      "~2.1.11": "MAGECLOUD-1998__unify_sitemapxml_and_robotstxt_generation__2.1.11.patch"
    },
    "Fix javascript localization issues": {
      "~2.1.4": "MAGETWO-62660__prevent_excessive_js_optimization__2.1.4.patch",
      "2.2.0 - 2.2.1": "MAGETWO-82752__reload_js_translation_data__2.2.0.patch"
    },
    "Unlock locale editing when SCD on demand is enabled": {
      "2.2.0 - 2.2.5": "MAGECLOUD-2159__unlock_locale_editing_when_scd_on_demand__2.2.0.patch"
    },
    "Write Logs for Failed Process of Generating Factories in Extensions": {
      "2.2.0 - 2.2.5": "MAGECLOUD-2209__write_logs_for_failed_process_of_generating_factories_in_extensions__2.2.0.patch"
    },
    "Fix Problems with Consumer Runners on Cloud Clusters": {
      "2.2.5": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.5_ce.patch",
      "2.2.6": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.6_ce.patch",
      "2.2.7": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.7_ce.patch",
      "2.2.8 - 2.2.9": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.8_ce.patch",
      "2.3.0": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.3.0.patch",
      ">=2.3.1 <2.3.3": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.3.1.patch"
    },
    "Resolve Issues with Cron Schedule": {
      "2.1.10 - 2.1.14 || 2.2.2 - 2.2.5": "MAGECLOUD-2427__resolve_issues_with_cron_schedule__2.1.10.patch"
    },
    "Fix timezone parsing for Cron": {
      "2.1.4": "MAGECLOUD-2602__fix_timezone_parsing_for_cron__2.1.4.patch",
      "2.1.5 - 2.1.10": "MAGECLOUD-2602__fix_timezone_parsing_for_cron__2.1.5.patch",
      "2.1.13 - 2.1.14": "MAGECLOUD-2602__fix_timezone_parsing_for_cron__2.1.13.patch"
    },
    "Change the depth of a recursive check of directory write permissions": {
      "2.1.4 - 2.1.14": "MAGETWO-93265__fix_depth_of_recursive_check_of_directory_permissions__2.1.4.patch"
    },
    "Google chart API used by Magento dashboard scheduled to be turned off": {
      "2.1.4 - 2.1.17": "MAGETWO-98833__turn_off_google_chart_api__2.x.patch",
      "2.2.0 - 2.2.8": "MAGETWO-98833__turn_off_google_chart_api__2.x.patch",
      "2.3.0 - 2.3.1": "MAGETWO-98833__turn_off_google_chart_api__2.x.patch"
    },
    "Do not run cron when it is disabled": {
      "2.1.4 - 2.2.5": "MAGECLOUD-2445__do_not_run_cron_when_it_is_disabled__2.1.4.patch"
    },
    "Zendframework1 should use TLS 1.2": {
      ">=2.1.4 <2.3": "MAGECLOUD-2521__zendframework1_use_TLS_1.2__2.1.4.patch"
    },
    "The recursion detected error during deployment": {
      "2.2.0 - 2.2.6": "MAGECLOUD-2173__the_recursion_error_during_deployment__2.2.0.patch"
    },
    "Remove the permission check for the console application": {
      "2.2.0 - 2.2.5": "MAGECLOUD-2509__remove_permission_check_for_console_application__2.2.0.patch",
      "2.2.6": "MAGECLOUD-2509__remove_permission_check_for_console_application__2.2.6.patch"
    },
    "Add the possibility to install Magento without admin creation" : {
      "2.1.4 - 2.2.1": "MAGECLOUD-2573__installation_without_admin_creation__2.1.4.patch",
      "2.2.2 - 2.2.7": "MAGECLOUD-2573__installation_without_admin_creation__2.2.2.patch"
    },
    "Add the possibility to configure max execution time during static content deployment": {
      "2.2.0 - 2.2.8 || 2.3.0": "MAGECLOUD-2822__configure_max_execution_time__2.2.0.patch",
      "2.3.1": "MAGECLOUD-2822__configure_max_execution_time__2.3.1.patch"
    },
    "Suppress PDO warnings to work around PHP bugs #63812, #74401": {
      "2.1.4": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.1.4.patch",
      "2.1.5 - 2.1.12": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.1.5.patch",
      "2.1.13 - 2.1.17": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.1.13.patch",
      "2.2.0 - 2.2.8 || 2.3.0 - 2.3.1": "MAGECLOUD-2820__implement_isolated_connections_mechanism__2.2.0.patch"
    },
    "Pre-auth SQL": {
      "2.1.4 - 2.1.17": "MC-5964__preauth_sql__2.1.4.patch",
      "2.2.0 - 2.2.7": "MC-5964__preauth_sql__2.2.0.patch",
      "2.3.0": "MC-5964__preauth_sql__2.3.0.patch"
    },
    "Multi-thread SCD": {
      "2.2.0 - 2.2.3": "MAGECLOUD-3611__multi_thread_scd__2.2.0.patch",
      "2.2.4 - 2.2.9": "MAGECLOUD-3611__multi_thread_scd__2.2.4.patch",
      "2.3.0 - 2.3.1": "MAGECLOUD-3611__multi_thread_scd__2.3.0.patch",
      ">=2.3.2 <2.3.3": "MAGECLOUD-3611__multi_thread_scd__2.3.2.patch"
    },
    "setup:upgrade returns error code if app:config:import failed": {
      "2.2.0": "MAGECLOUD-3806__error_code_fix_for_setup_upgrade__2.2.0.patch",
      "2.2.1 - 2.2.9": "MAGECLOUD-3806__error_code_fix_for_setup_upgrade__2.2.1.patch",
      ">=2.3.0 <2.3.3": "MAGECLOUD-3806__error_code_fix_for_setup_upgrade__2.3.0.patch"
    },
    "Re-work consumers to terminate as soon as there is nothing left to process": {
      ">=2.3.2 <2.3.4": "MAGECLOUD-4071__terminate_consumers_if_the_queue_is_empty__2.3.2.patch"
    },
    "Backward Compatibility of new Mail Interfaces": {
      "2.3.3": "MAGECLOUD-4442__fix_backward_compatibility_of_new_mail_interfaces__2.3.3.patch"
    },
    "Catalog Product pagination does not work on Elasticsearch 6.x": {
      "2.3.3": "MAGECLOUD-4847__elasticsearch_and_products_display_fix__2.3.3.patch"
    },
    "Catalog Product collection method chaining is broken": {
      "2.3.3": "MC-21820__fix_broken_method_chaining__2.3.3.patch"
    },
    "Reduce q-ty of error report files": {
      "2.1.4 - 2.1.7": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.1.4.patch",
      "2.1.8 - 2.1.16": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.1.8.patch",
      "~2.1.17": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.1.17.patch",
      "2.2.0 - 2.2.4": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.0.patch",
      "2.2.5": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.5.patch",
      "2.2.6 - 2.2.7": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.6.patch",
      "~2.2.8": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.2.8.patch",
      "2.3.0": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.0.patch",
      "2.3.1": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.1.patch",
      ">=2.3.2 <2.3.4": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.2.patch"
    },
    "Fix XSS in order history": {
      "2.2.0 - 2.2.6": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.0.patch",
      "2.2.7 - 2.2.8": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.7.patch",
      "2.3.0 - 2.3.1": "PRODSECBUG-2233__fix_xss_in_order_history__2.3.0.patch"
    },
    "Pass Store View scope in the Async/Bulk Web API": {
      "2.3.1": "MAGETWO-99902__pass_store_view_scope_in_async_web_api__2.3.1.patch",
      ">=2.3.2 <2.3.3": "MAGETWO-99902__pass_store_view_scope_in_async_web_api__2.3.2.patch"
    },
    "Admin path disclosure bug": {
      "2.1.4 - 2.1.17": "PRODSECBUG-2432__admin_path_disclosure_bug__2.1.4.patch",
      "2.2.0 - 2.2.8": "PRODSECBUG-2432__admin_path_disclosure_bug__2.2.0.patch",
      "2.3.0 - 2.3.1": "PRODSECBUG-2432__admin_path_disclosure_bug__2.3.0.patch"
    },
    "Customer attributes issue": {
      "2.2.6": "MAGETWO-95591__customer_attributes_issue__2.2.6.patch"
    },
    "Optimize retrieving product attributes": {
      "2.2.5": "MAGETWO-93083__optimize_retrieving_product_attributes__2.2.5.patch"
    },
    "Cannot change the applied theme": {
      "2.2.5": "MAGETWO-93036__cannot_change_the_applied_theme__2.2.5.patch"
    },
    "Fix for multi-site configuration issue": {
      "2.2.4": "MAGETWO-92926__fix_for_multi-site_configuration_issue__2.2.4.patch"
    },
    "FPC is getting disabled during deployments": {
      ">=2.3.2 <2.3.5": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.2.patch",
      ">=2.3.5 <2.3.6": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.5.patch"
    },
    "Hold deployment config after reading from file": {
      ">=2.3.3 <2.3.6": "MCLOUD-5650__hold_deployment_config_after_reading_from_file__2.3.3.patch"
    },
    "Pagination Not working - product_list_limit=all": {
      ">=2.3.2 <2.3.4": "MCLOUD-5684__pagination_not_working_product_list_limit_all__2.3.2.patch",
      ">=2.3.4 <2.3.6": "MCLOUD-5684__pagination_not_working_product_list_limit_all__2.3.4.patch"
    },
    "Sitemap Generation Warnings": {
      ">=2.3.0 <2.3.2": "MCLOUD-3025__sitemap_generation_warnings__2.3.0.patch",
      ">=2.3.2 <2.3.5": "MCLOUD-3025__sitemap_generation_warnings__2.3.3.patch"
    },
    "Fix load balancer issue": {
      ">=2.3.4 <2.3.6": "MCLOUD-5837__fix_filesystem_load_balancer_issue__2.3.4.patch"
    },
    "Large amount of Keys Block Cache": {
      ">=2.3.1 <2.3.5": "MDVA-22950__large_amount_of_keys_block_cache__2.3.1.patch"
    },
    "Redis improvements": {
      "2.3.0": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.0.patch",
      "2.3.1": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.1.patch",
      ">=2.3.2 <2.3.3": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.2.patch",
      "2.3.3": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.3.patch",
      ">=2.3.3-p1 <2.3.4": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.3-p1.patch",
      ">=2.3.4 <2.3.5": "MCLOUD-6139_MCLOUD-6211__redis_improvement_patches__2.3.4.patch",
      ">=2.3.5 <2.3.6": "MCLOUD-6211__redis_improvement_patches__2.3.5.patch",
      ">=2.4.0 <2.4.1": "MCLOUD-6659__fix_L2_redis_cache__2.4.0.patch",
      ">=2.4.1 <2.4.2": "MCLOUD-7845__fix_local_flushing_L2_cache__2.4.0.patch"
    },
    "Incompatible PHP Method Fix": {
      "2.3.7-p1": "AC-384__Fix_Incompatible_PHP_Method__2.3.7-p1_ce.patch",
      "2.4.3": "AC-384__Fix_Incompatible_PHP_Method__2.4.3_ce.patch"
    },
    "Fixed currency displaying on product page": {
      ">=2.4.3 <2.4.4": "MCLOUD-8279__Fixed_currency_displaying_on_product_page__2.4.3.patch"
    },
    "Auto increment number jumping up for catalog_product_entity_* tables": {
      ">=2.3.7 <2.4.7": "MCLOUD-10032__Increment_number_for_catalog_product_entity_tables__2.4.3-p1.patch"
    },
    "Fixes the error 'The file can't be deleted. Warning!unlink: No such file or directory' when flushing JS/CSS cache from the Admin": {
      ">=2.4.0 <2.4.1-p1": "MCLOUD-10279__errors_when_flushing_js_css_cache_from_admin__2.4.0.patch",
      ">=2.4.1-p1 <2.4.7": "MCLOUD-10279__errors_when_flushing_js_css_cache_from_admin__2.4.4.patch"
    },
    "Reduced the number of times the same deployment configurations load": {
      ">=2.4.6 <2.4.6-p2": "MCLOUD-10604__performance_degradation_around_deployment_configuration__2.4.6.patch"
    },
    "Fixes the issue where missed jobs unnecessarily wait for cron job locks.": {
      ">=2.4.4 <2.4.7": "MCLOUD-11329__missed_jobs_unnecessarily_wait_for_cron_job_locks__2.4.6.patch"
    },
    "Enhanced Layout Cache Efficiency (memory usage reduced)": {
      ">=2.4.4 <2.4.7": "MCLOUD-11514__enhanced_layout_cache_efficiency__2.4.6-p3.patch"
    },
    "Patch for CVE-2024-34102 - CosmicSting": {
      ">=2.4.4 <2.4.4-p8": "MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.4.patch",
      ">=2.4.5 <2.4.5-p7": "MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.5.patch",
      ">=2.4.6 <2.4.6-p5": "MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.6.patch",
      "2.4.7": "MCLOUD-12969__Patch_for_CVE_2024_34102_CosmicSting__2.4.7.patch"
    },
    "Patch for CVE-2024-34102 - KeyRotation": {
      ">=2.4.4 <2.4.4-p10": "MCLOUD-12969__Patch_for_CVE_2024_34102_KeyRotation__2.4.4.patch",
      ">=2.4.5 <2.4.5-p9": "MCLOUD-12969__Patch_for_CVE_2024_34102_KeyRotation__2.4.5.patch",
      ">=2.4.6 <2.4.6-p7": "MCLOUD-12969__Patch_for_CVE_2024_34102_KeyRotation__2.4.6.patch",
      ">=2.4.7 <2.4.7-p2": "MCLOUD-12969__Patch_for_CVE_2024_34102_KeyRotation__2.4.7.patch"
    },
    "Patch for CVE-2025-24434 - Improve-web-api-async": {
      ">=2.4.4 <2.4.4-p12": "MCLOUD-13240__Patch_for_CVE_2025_24434_improve_web_api_async__2.4.4.patch",
      ">=2.4.5 <2.4.5-p11": "MCLOUD-13240__Patch_for_CVE_2025_24434_improve_web_api_async__2.4.5.patch",
      ">=2.4.6 <2.4.6-p9": "MCLOUD-13240__Patch_for_CVE_2025_24434_improve_web_api_async__2.4.6.patch",
      ">=2.4.7 <2.4.7-p4": "MCLOUD-13240__Patch_for_CVE_2025_24434_improve_web_api_async__2.4.7.patch"
    },
    "Patch - Improve-web-api-async-performance": {
      ">=2.4.4 <2.4.4-p13 || >=2.4.5 <2.4.5-p12 || >=2.4.6 <2.4.6-p10 || >=2.4.7 <2.4.7-p5 || 2.4.8": "MCLOUD-13619__Improve_web_api_async_performance__2.4.x.patch"
    },
    "Patch for CVE-2025-47109 - Improve-category-view": {
      "2.4.8": "MCLOUD-13752__Patch_for_CVE-2025-47109_Improve_category_view__2.4.8.patch"
    },
    "Patch for CVE-2025-47110 - Improve-admin-cache-efficiency": {
      ">=2.4.4 <2.4.4-p14 || >=2.4.5 <2.4.5-p13 || >=2.4.6 <2.4.6-p11 || >=2.4.7 <2.4.7-p6 || 2.4.8": "MCLOUD-13753__Patch_for_CVE-2025-47110_improve-admin-cache-efficiency__2.4.x.patch"
    }
  },
  "magento/module-paypal": {
    "Add PayPal TPV codes on checkout": {
      "~100.1.6": "MAGETWO-53941__fix_enterprise_paypal_codes__100.1.6.patch"
    },
    "Fix PayPal issue with region": {
      "100.3.4": "MC-31387__fix_paypal_issue_with_region__100.3.4.patch"
    }
  },
  "magento/module-authorizenet": {
    "Transaction MD5 hash field is removed by Authorize.net": {
      "100.2.0 - 100.2.3": "MAGETWO-98129__transaction_field_is_removed_by_authorize_net__100.2.0.patch"
    }
  },
  "magento/module-braintree": {
    "Add Braintree TPV codes on checkout": {
      "~100.1.6": "MAGETWO-53941__fix_enterprise_braintree_code__100.1.6.patch"
    }
  },
  "monolog/monolog": {
    "Fix monolog Slack Handler bug for magento 2.1.x": {
      "1.16.0": "MAGECLOUD-2793__fix_monolog_slack_handler__2.1.x.patch",
      ">=1.16.0 <1.24.0": "MAGECLOUD-6029__add_processor_interface__2.1.x.patch"
    }
  },
  "colinmollenhour/cache-backend-redis": {
    "The ability to read from the master Redis instance if the slave Redis is unavailable:": {
      "1.10.2": "MAGECLOUD-2899__fix_redis_slave_configuration__2.1.16.patch",
      "1.10.4": "MAGECLOUD-2899__fix_redis_slave_configuration__2.2.3.patch",
      "1.10.5": "MAGECLOUD-2899__fix_redis_slave_configuration__2.3.0.patch"
    }
  },
  "colinmollenhour/credis": {
    "Fix credis pipeline issue": {
      "1.6": "MAGETWO-67097__fix_credis_pipeline_bug__2.1.4.patch"
    }
  },
  "magento/module-inventory-catalog": {
    "Price indexer fails with large catalogs": {
      ">=1.0.3 <1.0.6": "MSI-2210__price_indexer_fails_with_large_catalogs__1.0.3.patch"
    }
  },
  "magento/module-inventory-indexer": {
    "Avoid quering inventory default stock view in storefront": {
      ">=1.0.3 <1.0.6": "MSI-GH-2350__avoid_quering_inventory_default_stock_view_in_storefront__1.0.3.patch"
    },
    "Avoid group concat from source item indexer": {
      ">=1.0.3 <1.0.6": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__indexer__1.0.3.patch"
    }
  },
  "magento/module-inventory-reservations": {
    "Avoid group concat from source item indexer": {
      ">=1.0.3 <1.0.6": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__reservations__1.0.3.patch"
    }
  },
  "magento/module-inventory-configurable-product-indexer": {
    "Avoid group concat from source item indexer": {
      ">=1.0.3 <1.0.5": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__configurable-product-indexer__1.0.3.patch"
    }
  },
  "magento/module-inventory-grouped-product-indexer": {
    "Avoid group concat from source item indexer": {
      ">=1.0.3 <1.0.5": "MSI-GH-2515__eliminate_group_concat_from_source_item_indexer__grouped-product-indexer__1.0.3.patch"
    }
  },
  "vertex/module-tax": {
    "Fix wrong namespace": {
      "3.2.0": "MAGECLOUD-4407__fix_namespace_vertex_tax__3.2.0.patch"
    }
  },
  "amzn/amazon-pay-module": {
    "Fix for DI compilation with Amazon_Payment module": {
      "2.1.0": "MAGECLOUD-2850__fix_amazon_payment_module__2.2.6.patch"
    },
    "Set Payment info bug": {
      "3.4.1": "BUNDLE-2554__set_payment_info_bug_fix__3.4.1.patch"
    }
  },
  "paypal/module-braintree-core": {
    "Fix Braintree Settlement report error": {
      "4.1.0": "BUNDLE-2683__braintree_settlement_report_fix__4.1.0.patch"
    },
    "Fix creating orders when Braintree is enabled": {
      "4.4.0": "BUNDLE-3137__braintree_create_order_fix__2.4.5.patch"
    }
  },
  "magento/magento2-b2b-base": {
    "Layered navigation filter is present only when product is present on the listing page with enabled Shared catalog": {
      ">=1.1.5 <1.3.1": "MCLOUD-6923__layered_navigation_filter_is_present_only_when_product_is_present_on_the_listing_page_with_enabled_shared_catalog__2.3.5.patch"
    },
    "Fields hydration on company account create request": {
      ">=1.3.3 <1.3.3-p11 || >=1.3.4 <1.3.4-p10 || >=1.3.5 <1.3.5-p8 || >=1.4.2 <1.4.2-p3": "B2B-4051__fields_hydration_company_account_create_request__1.3.3.patch"
    },
    "Fixes the issue where the file generated after Requisition List export is not removed from the var/ directory": {
      ">=1.3.1 <1.3.6": "MCLOUD-11623__requisition_list_exports_saved_to_var_directory__2.4.5-p1.patch"
    },
    "Fixes the issue where an SQL syntax error occurs due to the non-existence of the REGEXP_LIKE function when attempting to update the company_structure table.": {
      "1.5.2": "MCLOUD-13605__B2B_SQL_syntax_error_due_to_the_REGEXP_LIKE_function__1.5.2.patch"
    }
  },
  "magento/magento2-ee-base": {
    "Fix pagebuilder module": {
      "2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch",
      "2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch",
      ">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch",
      "2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch"
    },
    "Allow DB dumps done with the support module to complete": {
      "2.2.0 - 2.2.5": "MAGECLOUD-2033__prevent_deadlock_during_db_dump__2.2.0.patch"
    },
    "Fix Problems with Consumer Runners on Cloud Clusters": {
      "2.2.0 - 2.2.3": "MAGECLOUD-2464__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.0.patch",
      "2.2.4": "MAGECLOUD-2464__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.4.patch",
      "2.2.5": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.5_ee.patch",
      "2.2.6": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.6_ee.patch",
      "2.2.7": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.7_ee.patch",
      "2.2.8 - 2.2.9": "MAGECLOUD-3913__fix_problems_with_consumer_runners_on_cloud_clusters__2.2.8_ee.patch"
    },
    "Re-work consumers to terminate as soon as there is nothing left to process": {
      ">=2.2.0 <2.3.2": "MAGECLOUD-4071__terminate_consumers_if_the_queue_is_empty__2.2.0.patch"
    },
    "Fixes issue with PayPal Express where previously placed order price is displayed": {
      "2.3.7-p1": "MC-42674__paypal_checkout__2.3.7-p1.patch"
    },
    "Raise rate limits": {
      "2.3.7-p1": "MC-43048__set_rate_limits__2.3.7-p1.patch",
      "2.4.3": "MC-43048__set_rate_limits__2.4.3.patch"
    },
    "Parser token new fix": {
      ">=2.3.3-p1 <=2.3.4": "MDVA-43443__parser_token_new_fix__2.3.3-p1.patch",
      ">=2.3.4-p2 <2.3.7-p3 || >=2.4.0 <2.4.3": "MDVA-43443__parser_token_new_fix__2.3.4-p2.patch",
      ">=2.4.3 <2.4.3-p2": "MDVA-43443__parser_token_new_fix__2.4.3.patch"
    }
  },
  "magento/framework": {
    "Fix regexp cache tag validation": {
      ">=103.0.6 <103.0.7": "MCLOUD-10226__fix_regexp_cache_tag_validation__2.4.6.patch"
    }
  },
  "magento/module-catalog-graph-ql": {
    "AttributeReader should use Factory for Collection": {
      ">=100.4.7 <100.4.8": "ACPT-1876__attribute_reader_should_use_factory_for_collection__2.4.7.patch"
    }
  }
}
