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: symfony/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.7
Choose a base ref
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.8
Choose a head ref
  • 16 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 25, 2020

  1. Fixed some typos

    javiereguiluz committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    8efac44 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sani…

    …tized logs processing
    fancyweb committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    d9df6c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. updated VERSION for 3.4.39

    fabpot committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c15b5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73e886d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeaa783 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. bug #36239 [HttpKernel][LoggerDataCollector] Prevent keys collisions …

    …in the sanitized logs processing (fancyweb)
    
    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | symfony/symfony#36159
    | License       | MIT
    | Doc PR        | -
    
    `$sanitizedLogs` is used with numeric and "associative" keys. To prevent collisions when the message is a number, we can simply prepend all messages with a random letter (so we avoid a behavior refactor). It doesn't matter since they key is only used for the processing, it is dropped at the end.
    
    Commits
    -------
    
    79fe888072 [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
    nicolas-grekas committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e8eeb67 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      Fix wrong namespaces
      [Validator] Fixed calling getters before resolving groups
      [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
    fabpot committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    bce6f33 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

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

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    c0c5cf6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Revert "[travis][appveyor] don't cache .phpunit"
      silence E_NOTICE triggered since PHP 7.4
      [Form] Removed legacy check in `ValidationListener`
      do not merge constraints within interfaces
      [Validator] Fixed default group for nested composite constraints
    nicolas-grekas committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    047de23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b3c8e6 View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.4' into 4.4

    * 3.4:
      Tweak the code to avoid fabbot false positives
    fabpot committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    ba442be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01579a0 View commit details
    Browse the repository at this point in the history
  6. Fix code

    fabpot committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    5d4ba81 View commit details
    Browse the repository at this point in the history
  7. Fix code

    fabpot committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    7fba4ed View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. updated VERSION for 4.4.8

    fabpot committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    1799a6c View commit details
    Browse the repository at this point in the history
Loading