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 5.0.11 #5640

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates django from 5.0.10 to 5.0.11.

Changelog

5.0.11

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

*January 14, 2025*

Django 5.0.11 fixes a security issue with severity "moderate" in 5.0.10.

CVE-2024-56374: Potential denial-of-service vulnerability in IPv6 validation
============================================================================

Lack of upper bound limit enforcement in strings passed when performing IPv6
validation could lead to a potential denial-of-service attack. The undocumented
and private functions ``clean_ipv6_address`` and ``is_valid_ipv6_address`` were
vulnerable, as was the  :class:`django.forms.GenericIPAddressField` form field,
which has now been updated to define a ``max_length`` of 39 characters.

The :class:`django.db.models.GenericIPAddressField` model field was not
affected.


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

@browniebroke browniebroke merged commit c89a45c into master Jan 14, 2025
15 checks passed
@browniebroke browniebroke deleted the pyup-update-django-5.0.10-to-5.0.11 branch January 14, 2025 17:54
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.

2 participants