Update dependency guzzlehttp/psr7 to v2.9.0#629
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
Update dependency guzzlehttp/psr7 to v2.9.0#629renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
|
|
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 ↗ |
d16da9e to
db641c5
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.
This PR contains the following updates:
2.8.0→2.9.0Release Notes
guzzle/psr7 (guzzlehttp/psr7)
v2.9.0Compare Source
Added
MultipartStream@return statictoMessageTraitmethodsChanged
v2.8.1Compare Source
Fixed
+signs inUri::withQueryValue()andUri::withQueryValues()to prevent them being interpreted as spacesConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.