Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • composer.lock
Find file BlameHistoryPermalink
  • Andreas Fernandez's avatar
    [BUGFIX] Update guzzlehttp/guzzle to 7.4.5 · 931d3e4b
    Andreas Fernandez authored Jun 22, 2022
    The maintainers of the package guzzlehttp/guzzle released a new version
    7.4.5 that fixes two security issues:
    
    * CURLOPT_HTTPAUTH option not cleared on change of origin [1]
    * Change in port should be considered a change in origin [2]
    
    Executed commands:
    
        composer require \
            guzzlehttp/guzzle:^7.4.5 \
            -W
        composer require \
            -d typo3/sysext/core \
            guzzlehttp/guzzle:^7.4.5 \
            --no-update
    
    [1] https://github.com/guzzle/guzzle/security/advisories/GHSA-25mq-v84q-4j7r
    [2] https://github.com/guzzle/guzzle/security/advisories/GHSA-q559-8m2m-g699
    
    Resolves: #97802
    Releases: main, 11.5, 10.4
    Change-Id: Ia49f75f8ed078beb43ba42f89efdd8e68ee146c5
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74971
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    931d3e4b

Replace composer.lock

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.