Bump psy/psysh from 0.12.9 to 0.12.15 in /plib/library#155
Bump psy/psysh from 0.12.9 to 0.12.15 in /plib/library#155dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [psy/psysh](https://github.com/bobthecow/psysh) from 0.12.9 to 0.12.15. - [Release notes](https://github.com/bobthecow/psysh/releases) - [Commits](bobthecow/psysh@v0.12.9...v0.12.15) --- updated-dependencies: - dependency-name: psy/psysh dependency-version: 0.12.15 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Micro-Learning Topic: SQL injection (Detected by phrase)Matched on "sqli"This is probably one of the two most exploited vulnerabilities in web applications and has led to a number of high profile company breaches. It occurs when an application fails to sanitize or validate input before using it to dynamically construct a statement. An attacker that exploits this vulnerability will be able to gain access to the underlying database and view or modify data without permission. Try a challenge in Secure Code WarriorHelpful references
|
| "symfony/polyfill-intl-grapheme": "~1.0", | ||
| "symfony/polyfill-intl-normalizer": "~1.0", | ||
| "symfony/polyfill-mbstring": "~1.0" | ||
| "php": ">=8.4", |
There was a problem hiding this comment.
Bug: Transitive dependency requires PHP 8.4 breaking compatibility
The psy/psysh update pulls in symfony/string v8.0.0 as a transitive dependency, which raises the minimum PHP version from 8.2 to 8.4. The project's main dependency guzzlehttp/guzzle supports PHP 7.2.5+, suggesting the project was designed for older PHP versions. This hidden major version bump could break deployments on PHP 8.2 or 8.3 environments that previously worked.
Additional Locations (1)
|
Superseded by #161. |
Bumps psy/psysh from 0.12.9 to 0.12.15.
Release notes
Sourced from psy/psysh's releases.
... (truncated)
Commits
38953bcMerge branch 'release/0.12.15'fa6c7a7Bump to v0.12.15f53e6dcRemove unused use0d463efRevert "Print shorter return values for actions than inspection."9a5877eAdd updater testsde82e60Add tests for base commandf29a2e0Bump shivammathur/setup-php from 2.35.5 to 2.36.0cdd9599Add tests for V2Manual.6d97e20Fix theme tests on --prefer-lowest tests1307eddAdd Theme testDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates
composer.lockto newer versions ofpsy/psysh,nikic/php-parser, and multiple Symfony components (Console 7.4, String 8.0, Var-Dumper 7.4), plus polyfills and contracts.psy/psyshv0.12.9->v0.12.15(adds optionalcomposer/class-map-generator).nikic/php-parserv5.5.0->v5.6.2.symfony/consolev7.3.0->v7.4.0(widens deps tosymfony/string ^7.2|^8.0).symfony/stringv7.3.0->v8.0.0(requires PHP >= 8.4; updates polyfill constraints and dev deps).symfony/var-dumperv7.3.0->v7.4.0(updates dev constraints to include ^8.0 peers).polyfill-ctype,polyfill-intl-grapheme,polyfill-intl-normalizer,polyfill-mbstringtov1.33.0.symfony/service-contractsv3.6.0->v3.6.1.Written by Cursor Bugbot for commit a151082. This will update automatically on new commits. Configure here.