Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cakephp/database
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef7f8ca
Choose a base ref
...
head repository: cakephp/database
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9dceaf
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    b41ccd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Simplify code.

    ADmad committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    4512487 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15876 from cakephp/simplify

    Simplify code.
    othercorey authored Sep 11, 2021
    Configuration menu
    Copy the full SHA
    8edc2d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    d3c4c63 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Disallow strings in limit() and offset()

    Back in 68a08a2 int casts were removed in limit() and offset(). This
    opened up the possibility for applications to provide unsafe user input
    into these methods and create an injection vector.
    
    We've been trying to narrow the accepted types, so instead of adding
    casting I've added an exception when strings that are not number shaped
    are provided.
    markstory committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1196039 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    61c5565 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    a9dceaf View commit details
    Browse the repository at this point in the history
Loading