Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cakephp/cakephp from 4.3.6 to 4.3.11 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps cakephp/cakephp from 4.3.6 to 4.3.11.

Release notes

Sourced from cakephp/cakephp's releases.

CakePHP 4.3.11 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 4.3.11. This release contain a security fix for the limit() and offset() methods of Cake\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.

CakePHP 4.3.10 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 4.3.10. This is a maintenance release for the 4.3 branch that fixes several community reported issues.

Bugfixes

You can expect the following changes in 4.3.10. See the changelog for every commit.

  • Fixed patchEntity() failing when a table contains a field that matches the name and casing of the table alias.
  • Fixed Collection::__debugInfo() failing when a count could not be generated.

Contributors to 4.3.10

Thank you to all the contributors that helped make this release happen:

  • Kevin Pfeifer
  • Mark Story
  • naveen
  • othercorey
  • Robert Gasch
  • Sheldon Reiff

As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.

CakePHP 4.3.9 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 4.3.9. This is a maintenance release for the 4.3 branch that fixes several community reported issues.

Bugfixes

You can expect the following changes in 4.3.9. See the changelog for every commit.

  • Improved API documentation.
  • Removed redundant function calls in session handling.
  • Updated to phpstan 1.6

Contributors to 4.3.9

Thank you to all the contributors that helped make this release happen:

  • Mark Scherer
  • Mark Story
  • othercorey

... (truncated)

Commits
  • 4717736 Update version number to 4.3.11
  • d3e18fa Disallow strings in limit() and offset()
  • c73d442 Update version number to 4.3.10
  • e02296c Merge pull request #16540 from turrisxyz/Pinned-Dependencies-GitHub
  • c0afd47 chore: Set permissions for GitHub actions
  • 5a0f0f0 Merge pull request #16532 from sheldonreiff/prevent-debug-info-fatal-error
  • a043f52 Prevent exception in debugInfo from causing fatal error
  • b244752 Merge pull request #16524 from cakephp/4.x-update-stan
  • eced792 regenerate phpstan-baseline with php 7.4
  • 8803af1 update phpstan and psalm
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 4.3.6 to 4.3.11.
- [Release notes](https://github.com/cakephp/cakephp/releases)
- [Commits](cakephp/cakephp@4.3.6...4.3.11)

---
updated-dependencies:
- dependency-name: cakephp/cakephp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #19 (ef6197c) into master (ce6b947) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##              master       #19   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        67        67           
===========================================
  Files              6         6           
  Lines            282       282           
===========================================
  Hits             282       282           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant