FlyPie
FlyPie copied to clipboard
Bump cakephp/cakephp from 4.4.9 to 4.4.10
Bumps cakephp/cakephp from 4.4.9 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.
Commits
3b08981
Update version number to 4.4.104ac9f50
Merge pull request #16931 from cakephp/ci2ea15f0
Use Ubuntu 22.04 instead of 18.04 to run checks.c8b05a6
Fix up PHPStan baseline.bb0fa76
Merge pull request #16926 from cakephp/dereuromark-patch-1fe9da1b
Fix typo0a86b10
Merge pull request #16925 from cakephp/limit-cast3f463e7
Disallow strings in limit() and offset()d229619
Merge pull request #16921 from cakephp/4.x-targetForeignKey243140b
remove 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.