chore: resolve open dependabot security alerts#139
Open
jonathannorris wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Composer dependencies in the PHP Server SDK and example apps to address open Dependabot security alerts by bumping vulnerable packages (notably guzzlehttp/guzzle, guzzlehttp/psr7, and phpunit/phpunit) and regenerating lockfiles.
Changes:
- Bumped
guzzlehttp/guzzleto 7.13.1 andguzzlehttp/psr7to 2.12.3 in lockfiles. - Bumped
phpunit/phpunit(and related dev dependencies) in the root lockfile. - Updated example app lockfiles to align with the patched dependency set.
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| composer.json | Updates dependency constraints for Guzzle/Psr7 and PHPUnit. |
| composer.lock | Pins updated dependency graph (including Guzzle/Psr7 and PHPUnit transitive updates). |
| examples/hello-world/composer.lock | Updates example lockfile dependency graph to patched versions. |
| examples/hello-world-http-proxy/composer.lock | Updates example lockfile dependency graph to patched versions. |
| examples/hello-world-udp-proxy/composer.lock | Updates example lockfile dependency graph to patched versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Resolved 20 open Dependabot security alerts by bumping vulnerable dependencies across the SDK and example apps.
Dependabot Alerts Resolved
guzzlehttp/guzzleguzzlehttp/guzzleguzzlehttp/psr7guzzlehttp/psr7guzzlehttp/psr7Also bumped
phpunit/phpunit10.5.45 to 10.5.63 to resolve CVE-2026-24765 (unsafe deserialization in PHPT code coverage handling, high severity).All 22 tests pass locally.