Bump cakephp/cakephp from 4.4.7 to 4.4.10
Bumps cakephp/cakephp from 4.4.7 to 4.4.10.
Release notes
Sourced from cakephp/cakephp's releases.
CakePHP 4.4.10 released
The CakePHP core team is happy to announce the immediate availability of CakePHP 4.4.10. This release contain a security fix for the
limit()andoffset()methods ofCake\Database\Query. If passed unfiltered request data, these methods would allow for SQL injection. If your application does not use CakePHP's Pagination wrappers and directly passes request data into one of these methods your application is vulnerable. We'd like to thank 'Tanaka' for reporting this issue.Additional Bugfixes in 4.4.10
The 4.4.10 release contains the aforementioned security fix as well as the following fixes. See the changelog for every commit.
- Update association definitions in ORM tests.
- Update build images to Ubuntu 22.04.
Contributors to 4.4.10
Thank you to all the contributors that helped make this release happen:
- ADmad
- Kevin Pfeifer
- Mark Scherer
- Mark Story
- othercorey
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.
CakePHP 4.4.9 released
The CakePHP core team is happy to announce the immediate availability of CakePHP 4.4.9. This is a maintenance release for the 4.4 branch that fixes several community reported issues.
Bugfixes
You can expect the following changes in 4.4.9. See the changelog for every commit.
- Improve duplicate route detection in
cake routes.- Make
ShadowTranslatestrategy forTranslateBehaviorhandle missing association records with translations consistently withEavStrategy.Contributors to 4.4.9
Thank you to all the contributors that helped make this release happen:
- ADmad
- Mark Story
- Matthias Wirtz
- othercorey
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.
CakePHP 4.4.8 released
The CakePHP core team is happy to announce the immediate availability of CakePHP 4.4.8. This is a maintenance release for the 4.4 branch that fixes several community reported issues.
... (truncated)
Commits
3b08981Update version number to 4.4.104ac9f50Merge pull request #16931 from cakephp/ci2ea15f0Use Ubuntu 22.04 instead of 18.04 to run checks.c8b05a6Fix up PHPStan baseline.bb0fa76Merge pull request #16926 from cakephp/dereuromark-patch-1fe9da1bFix typo0a86b10Merge pull request #16925 from cakephp/limit-cast3f463e7Disallow strings in limit() and offset()d229619Merge pull request #16921 from cakephp/4.x-targetForeignKey243140bremove default config for hasOne associations in tests- Additional commits viewable in compare view
Dependabot 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 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) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.