googleapis / google-api-php-client

A PHP client library for accessing Google APIs
Apache License 2.0
9.2k stars 3.52k forks source link

Dependency phpseclib/phpseclib has a security update #2577

Closed possiBri closed 3 months ago

possiBri commented 4 months ago

According to the latest advisories:

The minimum version for phpseclib/phpseclib should be 3.0.36. This means the entry in composer.json should be: "phpseclib/phpseclib": "^3.0.36",

Thanks!

ajupazhamayil commented 3 months ago

This has been updated here: https://github.com/googleapis/google-api-php-client/blob/633d41f1b65fdb71a83bf747f7a3ad9857f6d02a/composer.json#L14

Thank you for reporting this!