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.13
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.14
Choose a head ref
  • 7 commits
  • 15 files changed
  • 4 contributors

Commits on May 7, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 9, 2024

  1. [4.2.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and…

    … urlizetrunc template filters.
    
    Thank you to Elias Myllymäki for the report.
    
    Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
    2 people authored and nessita committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    79f3687 View commit details
    Browse the repository at this point in the history
  2. [4.2.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password…

    …() when checking unusuable passwords.
    
    Refs #20760.
    
    Thanks Michael Manfre for the fix and to Adam Johnson for the review.
    manfre authored and nessita committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    156d318 View commit details
    Browse the repository at this point in the history
  3. [4.2.x] Fixed CVE-2024-39330 -- Added extra file name validation in S…

    …torage's save method.
    
    Thanks to Josh Schneier for the report, and to Carlton Gibson and Sarah
    Boyce for the reviews.
    nessita committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2b00edc View commit details
    Browse the repository at this point in the history
  4. [4.2.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_suppor…

    …ted_language_variant().
    
    Language codes are now parsed with a maximum length limit of 500 chars.
    
    Thanks to MProgrammer for the report.
    sarahboyce authored and nessita committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    17358fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98cf264 View commit details
    Browse the repository at this point in the history
Loading