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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6c934e6
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7f9c726
Choose a head ref
  • 17 commits
  • 20 files changed
  • 3 contributors

Commits on May 4, 2022

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

Commits on Jan 24, 2023

  1. security #cve-2022-24894 [HttpKernel] Remove private headers before s…

    …toring responses with HttpCache (nicolas-grekas)
    
    This PR was merged into the 4.4 branch.
    nicolas-grekas committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    fa1827c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5909d74 View commit details
    Browse the repository at this point in the history
  3. security #cve-2022-24895 [Security/Http] Remove CSRF tokens from stor…

    …age on successful login (nicolas-grekas)
    
    This PR was merged into the 4.4 branch.
    nicolas-grekas committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c75c569 View commit details
    Browse the repository at this point in the history
  4. Bump Symfony version to 5.4.20

    fabpot committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    aa82db9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    538d660 View commit details
    Browse the repository at this point in the history
  2. bug #49103 [Security/Http] Fix compat of persistent remember-me with …

    …legacy tokens (nicolas-grekas)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Security/Http] Fix compat of persistent remember-me with legacy tokens
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #49100
    | License       | MIT
    | Doc PR        | -
    
    In #49078, we changed the format of remember-me tokens, effectively invalidating them all.
    While the invalidation is intentional for signature-based remember-me handlers, persistent remember-me handlers could accept both legacy and updated tokens.
    This PR fixes compat with legacy tokens for persistent remember-me handlers.
    
    Commits
    -------
    
    538d660 [Security/Http] Fix compat of persistent remember-me with legacy tokens
    nicolas-grekas committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    96cdc5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb1d70 View commit details
    Browse the repository at this point in the history
  4. bug #49104 [HttpClient] Fix collecting data non-late for the profiler…

    … (nicolas-grekas)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [HttpClient] Fix collecting data non-late for the profiler
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #49096
    | License       | MIT
    | Doc PR        | -
    
    `@silverbackdan` `@pforesi` could you please confirm that this fixes both your use cases?
    
    Commits
    -------
    
    3cb1d70 [HttpClient] Fix collecting data non-late for the profiler
    nicolas-grekas committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ef26e93 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    45d614d View commit details
    Browse the repository at this point in the history
  2. bug #49126 [DependencyInjection] Fix order of arguments when mixing p…

    …ositional and named ones (nicolas-grekas)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] Fix order of arguments when mixing positional and named ones
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #49118
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    45d614d [DependencyInjection] Fix order of arguments when mixing positional and named ones
    nicolas-grekas committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    387a6b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    f694aa8 View commit details
    Browse the repository at this point in the history
  2. bug #49141 [HttpFoundation] Fix bad return type in IpUtils::checkIp4(…

    …) (tristankretzer)
    
    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | see below
    | License       | MIT
    | Doc PR        | -
    
    `filter_var` returns the value if it passes the applied filters. This leads to `IpUtils::checkIp4()` returning the address part of the CIDR notation (instead of `true` which is expected) if it is a valid IPv4 address with subnet mask 0.
    
    This change fixes this behaviour.
    
    Commits
    -------
    
    f694aa8 [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
    nicolas-grekas committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    b8c7604 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge branch '4.4' into 5.4

    * 4.4:
      [Security/Http] Remove CSRF tokens from storage on successful login
      [HttpKernel] Remove private headers before storing responses with HttpCache
    nicolas-grekas committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    107a0e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Update CHANGELOG for 5.4.20

    fabpot committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    017be93 View commit details
    Browse the repository at this point in the history
  2. Update VERSION for 5.4.20

    fabpot committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5361b12 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49179 from fabpot/release-5.4.20

    released v5.4.20
    fabpot authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7f9c726 View commit details
    Browse the repository at this point in the history
Loading