Skip to content

Update dependency guzzlehttp/psr7 to v2.9.0#629

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/guzzlehttp-psr7-2.x-lockfile
Open

Update dependency guzzlehttp/psr7 to v2.9.0#629
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/guzzlehttp-psr7-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2026

This PR contains the following updates:

Package Change Age Confidence
guzzlehttp/psr7 2.8.02.9.0 age confidence

Release Notes

guzzle/psr7 (guzzlehttp/psr7)

v2.9.0

Compare Source

Added
  • Added nested array expansion support to MultipartStream
  • Added @return static to MessageTrait methods
Changed
  • Updated MIME type mappings

v2.8.1

Compare Source

Fixed
  • Encode + signs in Uri::withQueryValue() and Uri::withQueryValues() to prevent them being interpreted as spaces

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@deepsource-io
Copy link

deepsource-io bot commented Mar 10, 2026

DeepSource Code Review

We reviewed changes in 140c6c7...db641c5 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Feedback

  • Origin canonicalization drops scheme and port
    • Extracting only host collapses "scheme+host+port" into a host-only value, so exact-origin checks falsely succeed; compare full origins (scheme + host + port) using a strict URL-origin representation and reject non-exact matches.
  • A single faulty normalizer is reused everywhere
    • Reusing the same parser spreads the weakness to unrelated checks, so multiple validations fail the same way; replace with a vetted, centralized canonicalizer that always returns a standardized origin and fails closed on ambiguity.
  • Lenient parse failures become permissive allows
    • Falling back to host-only or accepting unparsable input effectively whitelists malformed origins; never accept on parse error — reject ambiguous origins and cover URL edge cases with targeted unit tests.

Code Review Summary

Analyzer Status Updated (UTC) Details
PHP Mar 10, 2026 6:03p.m. Review ↗

@renovate renovate bot changed the title Update dependency guzzlehttp/psr7 to v2.8.1 Update dependency guzzlehttp/psr7 to v2.9.0 Mar 10, 2026
@renovate renovate bot force-pushed the renovate/guzzlehttp-psr7-2.x-lockfile branch from d16da9e to db641c5 Compare March 10, 2026 18:01
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.

0 participants