fix(deps): update guzzlehttp/guzzle 7.15.1→7.15.2 for CVE-2026-69246/69245 - #3531
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
…69245 Fix CI supply-chain / composer audit failure caused by two newly-reported Guzzle CVEs (high CVE-2026-69246, medium CVE-2026-69245). Both affect <7.15.2; 7.15.2 is a semver-compatible patch release. - guzzlehttp/guzzle: 7.15.1 → 7.15.2 - composer audit: No security vulnerability advisories found
fermatmind
force-pushed
the
fix/ci-guzzle-cve-2026-08
branch
from
August 4, 2026 06:21
85c847e to
c6323f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix CI
supply-chain / Composer auditfailure blocking all downstream CI jobs and deployment.Root cause
Two newly-reported Guzzle CVEs (published 2026-08-03) flagged in composer audit:
Both affect guzzlehttp/guzzle <7.15.2. Locked version 7.15.1 is flagged.
Fix
composer update guzzlehttp/guzzle: 7.15.1 → 7.15.2composer audit --locked: No security vulnerability advisories foundVerification
composer audit --locked --no-interaction --ignore-unreachable: PASSgit diff --check: PASS