Skip to content

fix(deps): update guzzlehttp/guzzle 7.15.1→7.15.2 for CVE-2026-69246/69245 - #3531

Merged
fermatmind merged 1 commit into
mainfrom
fix/ci-guzzle-cve-2026-08
Aug 4, 2026
Merged

fix(deps): update guzzlehttp/guzzle 7.15.1→7.15.2 for CVE-2026-69246/69245#3531
fermatmind merged 1 commit into
mainfrom
fix/ci-guzzle-cve-2026-08

Conversation

@fermatmind

Copy link
Copy Markdown
Owner

Summary

Fix CI supply-chain / Composer audit failure blocking all downstream CI jobs and deployment.

Root cause

Two newly-reported Guzzle CVEs (published 2026-08-03) flagged in composer audit:

  • CVE-2026-69246 (high): Noncanonical host can bypass host-based checks
  • CVE-2026-69245 (medium): Noncanonical cookie domain keeps subdomain scope

Both affect guzzlehttp/guzzle <7.15.2. Locked version 7.15.1 is flagged.

Fix

  • composer update guzzlehttp/guzzle: 7.15.1 → 7.15.2
  • Semver-compatible patch release, 12-line diff in composer.lock
  • composer audit --locked: No security vulnerability advisories found

Verification

  • composer audit --locked --no-interaction --ignore-unreachable: PASS
  • git diff --check: PASS
  • Collateral changes: none (public/ files unchanged)

@chatgpt-codex-connector

Copy link
Copy Markdown

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
fermatmind force-pushed the fix/ci-guzzle-cve-2026-08 branch from 85c847e to c6323f7 Compare August 4, 2026 06:21
@fermatmind
fermatmind merged commit b3e88a1 into main Aug 4, 2026
7 of 10 checks passed
@fermatmind
fermatmind deleted the fix/ci-guzzle-cve-2026-08 branch August 4, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant