chore: resolve open dependabot security alerts#139
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.
- guzzlehttp/guzzle ^7.12.1 -> ^7.15.1 (medium severity, alerts #37-57) - guzzlehttp/psr7 also updated to 2.13.0 as part of dependency resolution - Updated lockfiles for root and all three example apps - Bumped test.yml php_version from 8.3 to 8.4 (PHP 8.3 active support ended)
|
Test harness will likely need a version bump too for PHP |
|
The test harness Dockerfile at |
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.