8000 Comparing 5.0.9...5.0.10 · django/django · GitHub
[go: up one dir, main page]

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    cc13485 View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive.

    Backport of aa52930 from main.
    nessita committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    901ec7a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. [5.0.x] Refs #35844 -- Expanded compatibility for expected error mess…

    …ages in command tests on Python 3.12.
    
    Updated CommandTests.test_subparser_invalid_option and CommandDBOptionChoiceTests.test_invalid_choice_db_option to use assertRaisesRegex() for compatibility with modified error messages in Python 3.12, 3.13, and 3.14+..
    
    Backport of fc22fdd from main.
    tainarapalmeira authored and sarahboyce committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5064ddb View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. [5.0.x] Fixed docs build on Sphinx 8.1+.

    Sphinx 8.1 added :cve: role, so there is no need to define it in Django:
    - sphinx-doc/sphinx#11781
    
    This also changes used URL to the one used by Python and soonish to be
    used by Sphinx itself:
    - sphinx-doc/sphinx#13006
    
    Backport of 263f731 from main.
    felixxm authored and nessita committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c8ce36b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. [5.0.x] Added stub release notes and release date for 5.0.10, and 4.2…

    ….17.
    
    Backport of 2544c15 from main.
    sarahboyce committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    baf63eb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. [5.0.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().

    Thanks to jiangniao for the report, and Shai Berger and Natalia Bidart
    for the reviews.
    sarahboyce committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    a5a89ea View commit details
    Browse the repository at this point in the history
  2. [5.0.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct Ha…

    …sKeyLookup usage on Oracle.
    
    Thanks Seokchan Yoon for the report, and Mariusz Felisiak and Sarah
    Boyce for the reviews.
    charettes authored and sarahboyce committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    ff08bb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b3a5f4 View commit details
    Browse the repository at this point in the history
Loading
0