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: django/django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.21
Choose a base ref
...
head repository: django/django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.22
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    9db7076 View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Added CVE-2025-32873 to security archive.

    Backport of fdabda4 from main.
    nessita committed May 7, 2025
    Configuration menu
    Copy the full SHA
    0d54958 View commit details
    Browse the repository at this point in the history
  3. [4.2.x] Cleaned up CVE-2025-32873 security archive description.

    Backport of 37f2a77 from main.
    nessita committed May 7, 2025
    Configuration menu
    Copy the full SHA
    5b29315 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. [4.2.x] Removed "Expected" from release date for 4.2.21.

    Backport of c861563 from main.
    nessita committed May 9, 2025
    Configuration menu
    Copy the full SHA
    c454afb View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Refs #35980 -- Added release note about changes in release ar…

    …tifacts filenames.
    
    Backport of 42ab993 from main.
    nessita committed May 9, 2025
    Configuration menu
    Copy the full SHA
    dc365ca View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Configuration menu
    Copy the full SHA
    acbe655 View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Added helpers in csrf_tests and logging_tests to assert logs …

    …from `log_response()`.
    
    Backport of ad6f998 from main.
    nessita committed May 22, 2025
    Configuration menu
    Copy the full SHA
    32fd8de View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. [4.2.x] Fixed #36402, Refs #35980 -- Updated built package name in re…

    …usable apps tutorial for PEP 625.
    
    Backport of 1307b8a from main.
    jcjudkins authored and nessita committed May 26, 2025
    Configuration menu
    Copy the full SHA
    c5b4263 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. [4.2.x] Added stub release notes and release date for 4.2.22.

    Backport of 1a74434 from main.
    nessita committed May 28, 2025
    Configuration menu
    Copy the full SHA
    c62f4ee View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. [4.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_…

    …response()`.
    
    Suitably crafted requests containing a CRLF sequence in the request
    path may have allowed log injection, potentially corrupting log files,
    obscuring other attacks, misleading log post-processing tools, or
    forging log entries.
    
    To mitigate this, all positional formatting arguments passed to the
    logger are now escaped using "unicode_escape" encoding.
    
    Thanks to Seokchan Yoon (https://ch4n3.kr/) for the report.
    
    Co-authored-by: Carlton Gibson <carlton@noumenal.es>
    Co-authored-by: Jake Howard <git@theorangeone.net>
    
    Backport of a07ebec from main.
    nessita committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    ac03c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7275cc5 View commit details
    Browse the repository at this point in the history
Loading