-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: cakephp/cakephp
base: 4.3.9
head repository: cakephp/cakephp
compare: 4.3.10
- 12 commits
- 9 files changed
- 6 contributors
Commits on May 18, 2022
-
Fix crash when you have a field which has the same name as your table
If you have a column that has the same name as your table, the original version of this code crashes because you're trying to use the "+" operator to perform a merge of a string to an array. Example: Table "AccountName" Fields: - ID - AccountNumber - AccountName In this case, the "isset($data[$tableName])" check is true and the code then tries to use the "+" operator to merge a string to the data array. This change fixes this since it will only perform the "+" based merge if "$data[$tableName]" is an array
Configuration menu - View commit details
-
Copy full SHA for c3fd0a5 - Browse repository at this point
Copy the full SHA c3fd0a5View commit details
Commits on May 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f4665c2 - Browse repository at this point
Copy the full SHA f4665c2View commit details -
Merge pull request #16504 from rgasch/4.x
Fix crash when you have a field which has the same name as your table
Configuration menu - View commit details
-
Copy full SHA for 86efaaf - Browse repository at this point
Copy the full SHA 86efaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d82df - Browse repository at this point
Copy the full SHA a6d82dfView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8803af1 - Browse repository at this point
Copy the full SHA 8803af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eced792 - Browse repository at this point
Copy the full SHA eced792View commit details -
Merge pull request #16524 from cakephp/4.x-update-stan
4.x - update phpstan and psalm
Configuration menu - View commit details
-
Copy full SHA for b244752 - Browse repository at this point
Copy the full SHA b244752View commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a043f52 - Browse repository at this point
Copy the full SHA a043f52View commit details -
Merge pull request #16532 from sheldonreiff/prevent-debug-info-fatal-…
…error Prevent exception in debugInfo from causing fatal error
Configuration menu - View commit details
-
Copy full SHA for 5a0f0f0 - Browse repository at this point
Copy the full SHA 5a0f0f0View commit details
Commits on Jun 3, 2022
-
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0afd47 - Browse repository at this point
Copy the full SHA c0afd47View commit details -
Merge pull request #16540 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
Configuration menu - View commit details
-
Copy full SHA for e02296c - Browse repository at this point
Copy the full SHA e02296cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c73d442 - Browse repository at this point
Copy the full SHA c73d442View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.3.9...4.3.10