Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django to 4.2.11 #4901

Merged
merged 1 commit into from Mar 4, 2024
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Mar 4, 2024

This PR updates django from 4.2.10 to 4.2.11.

Changelog

4.2.11

===========================

*March 4, 2024*

Django 4.2.11 fixes a security issue with severity "moderate" and a regression
in 4.2.10.

CVE-2024-27351: Potential regular expression denial-of-service in ``django.utils.text.Truncator.words()``
=========================================================================================================

``django.utils.text.Truncator.words()`` method (with ``html=True``) and
:tfilter:`truncatewords_html` template filter were subject to a potential
regular expression denial-of-service attack using a suitably crafted string
(follow up to :cve:`2019-14232` and :cve:`2023-43665`).

Bugfixes
========

* Fixed a regression in Django 4.2.10 where ``intcomma`` template filter could
return a leading comma for string representation of floats (:ticket:`35172`).


===========================
Links

@pyup-bot pyup-bot added the update label Mar 4, 2024
@browniebroke browniebroke merged commit 2aff1bd into master Mar 4, 2024
15 checks passed
@browniebroke browniebroke deleted the pyup-update-django-4.2.10-to-4.2.11 branch March 4, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants