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: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.20.27
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.20.28
Choose a head ref
  • 19 commits
  • 8 files changed
  • 7 contributors

Commits on May 11, 2021

  1. [6.x] update changelog

    TBlindaruk committed May 11, 2021
    Configuration menu
    Copy the full SHA
    cc87d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d3cd9 View commit details
    Browse the repository at this point in the history
  3. [6.x] update changelog

    TBlindaruk committed May 11, 2021
    Configuration menu
    Copy the full SHA
    43518af View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

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

Commits on Jun 13, 2021

  1. Security Fix (#37675)

    Fixed dns_get_record loose check of A records for active_url rule. 
    
    Tested on Laravel v8.46.0, PHP v8.0.7.
    
    This patch is related to security issue I reported at https://huntr.dev/bounties/2-laravel/framework/.
    0xcrypto authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    c50087d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. security fix

    0xcrypto committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    634017d View commit details
    Browse the repository at this point in the history
  2. Style guide fix

    0xcrypto authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    709f17f View commit details
    Browse the repository at this point in the history
  3. style guide fix

    0xcrypto authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    45bec5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ecdd12 View commit details
    Browse the repository at this point in the history
  5. :/ another style guide fix

    0xcrypto authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    af7806c View commit details
    Browse the repository at this point in the history
  6. oh man...

    0xcrypto authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    012dba2 View commit details
    Browse the repository at this point in the history
  7. another style guide fix

    0xcrypto authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    0bc5549 View commit details
    Browse the repository at this point in the history
  8. another test fix

    0xcrypto committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    c3eff33 View commit details
    Browse the repository at this point in the history
  9. another test fix

    0xcrypto committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    bcdf85f View commit details
    Browse the repository at this point in the history
  10. another test fix

    0xcrypto committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    814d6bc View commit details
    Browse the repository at this point in the history
  11. formatting

    taylorotwell committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    77450b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5781ad4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. [6.x] Fix when passed object as parameters to scopes method (#37692)

    * Change array cast to Arr::wrap
    
    * format
    wim-web authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5e9bed2 View commit details
    Browse the repository at this point in the history
  2. version

    taylorotwell committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    cfe2753 View commit details
    Browse the repository at this point in the history
Loading