feat: add Saloon v4 support (CVE-2026-33182, CVE-2026-33183)#54
Merged
sandervanhooft merged 2 commits intomainfrom Mar 26, 2026
Merged
feat: add Saloon v4 support (CVE-2026-33182, CVE-2026-33183)#54sandervanhooft merged 2 commits intomainfrom
sandervanhooft merged 2 commits intomainfrom
Conversation
- Update saloonphp/saloon constraint to ^3.10|^4.0 - Update pagination-plugin to ^2.2|^2.3 and rate-limit-plugin to ^2.0|^2.5 - Fix Administrations endpoints: use relative paths instead of absolute URLs (absolute URLs are blocked in Saloon v4 to prevent SSRF)
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.
Problem
Two medium-severity CVEs were published for
saloonphp/saloonv3.x on March 25, 2026:Both are fixed in Saloon v4.0.0.
Changes
saloonphp/saloonconstraint from^3.10to^3.10|^4.0saloonphp/pagination-pluginfrom^2.2to^2.2|^2.3saloonphp/rate-limit-pluginfrom^2.0to^2.0|^2.5GetAdministrationsRequestandGetAdministrationRequest: use relative paths (/../administrations) instead of absolute URLs. Saloon v4 blocks absolute URLs in endpoints to prevent SSRF.Tests
All 156 tests pass on both Saloon v3 and v4.