Package "python-django-doc"
  
    
    
        | Name: | 
        python-django-doc
            
         | 
    
    
         Description: | 
        
             High-level Python web development framework (documentation) 
         | 
    
    
        | Latest version: | 
        2:3.2.12-2ubuntu1.22 | 
    
    
        | Release: | 
        jammy (22.04) | 
    
    
        | Level: | 
        security | 
    
    
        | Repository: | 
        main | 
    
         
            | Head package: | 
            python-django | 
         
        
            | Homepage: | 
            http://www.djangoproject.com/ | 
        
    
   
  
  
 
Links
    Download "python-django-doc"
    
Other versions of "python-django-doc" in Jammy
    
Changelog
    
    
    
        
        
    
    
        | 
               python-django (2:3.2.12-2ubuntu1.17) jammy-security; urgency=medium 
  * SECURITY UPDATE: Denial of service.
     - debian/patches/CVE-2025-26699.patch: Change wrap to use textwrap library
       in ./django/utils/text.py.
     - CVE-2025-26699
   * Fix FTBFS due to failing test (LP: #2100643)
     - debian/patches/0012-FTBFS-skip-failing-ip-test-arg.patch: Remove ip
       bracket argument from test. 
 -- Hlib Korzhynskyy <email address hidden>  Fri, 28 Feb 2025 12:59:44 -0330 
         | 
    
    | Source diff to previous version | 
        
        
            
            
                
                | 2100643 | 
                FTBFS on jammy due to python3.10 update | 
                 
                
                | CVE-2025-26699 | 
                An issue was discovered in Django 5.1 before 5.1.7, 5.0 before 5.0.13, ... | 
                 
             
         | 
        
    
    
    
    
    
        
        
    
    
        | 
               python-django (2:3.2.12-2ubuntu1.16) jammy-security; urgency=medium 
  * SECURITY UPDATE: Denial of service
     - debian/patches/CVE-2024-56374.patch: mitigate potential
       DoS in IPv6 validation in django/db/models/fields/__init__.py.
       django/forms/fields.py, django/utils/ipv6.py,
       field_tests/test_genericipaddressfield.py,
       tests/utils_tests/test_ipv6.py.
     - CVE-2024-56374 
 -- Leonidas Da Silva Barbosa <email address hidden>  Wed, 08 Jan 2025 13:58:48 -0300 
         | 
    
    | Source diff to previous version | 
        
        
            
            
                
                | CVE-2024-56374 | 
                An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, ... | 
                 
             
         | 
        
    
    
    
    
    
        
        
    
    
        | 
               python-django (2:3.2.12-2ubuntu1.15) jammy-security; urgency=medium 
  * SECURITY UPDATE: Potential denial-of-service in
     django.utils.html.strip_tags()
     - debian/patches/CVE-2024-53907.patch: mitigated potential DoS in
       strip_tags() in django/utils/html.py, tests/utils_tests/test_html.py.
     - CVE-2024-53907 
 -- Marc Deslauriers <email address hidden>  Wed, 27 Nov 2024 08:30:54 -0500 
         | 
    
    | Source diff to previous version | 
        
        
            
            
                
                | CVE-2024-53907 | 
                Potential denial-of-service in django.utils.html.strip_tags() | 
                 
             
         | 
        
    
    
    
    
    
        
        
    
    
        | 
               python-django (2:3.2.12-2ubuntu1.14) jammy-security; urgency=medium 
  * SECURITY UPDATE: Denial of service
     - debian/patches/CVE-2024-45230.patch: mitigate
       potential DoS in urlize and urlizetrunc template filters
       in django/utils/html.py,
       tests/template_tests/filter_tests/test_urlize.py,
       tests/utils_tests/test_html.py.
     - CVE-2024-45230
   * SECURITY UPDATE: User email enumeration
     - debian/patches/CVE-2024-45231.patch: avoid
       server error on password reset when email sending fails
       in django/contrib/auth/forms.py,
       tests/auth_tests/test_forms.py,
       tests/mail/custombackend.py.
     - CVE-2024-45231 
 -- Leonidas Da Silva Barbosa <email address hidden>  Tue, 27 Aug 2024 11:53:08 -0300 
         | 
    
    | Source diff to previous version | 
    
    
    
    
    
        
        
    
    
        | 
               python-django (2:3.2.12-2ubuntu1.13) jammy-security; urgency=medium 
  * SECURITY UPDATE: Memory exhaustion issue
     - debian/patches/CVE-2024-41989-pre1.patch: fix loss of precision for
       Decimal values in floatformat filter in
       django/template/defaultfilters.py,
       tests/template_tests/filter_tests/test_floatformat.py.
     - debian/patches/CVE-2024-41989-pre2.patch: fix floatformat crash on
       zero with trailing zeros to zero decimal places in
       django/template/defaultfilters.py,
       tests/template_tests/filter_tests/test_floatformat.py.
     - debian/patches/CVE-2024-41989-pre3.patch: fix floatformat crash on
       zero with trailing zeros in django/template/defaultfilters.py,
       tests/template_tests/filter_tests/test_floatformat.py.
     - debian/patches/CVE-2024-41989.patch: prevent excessive memory
       consumption in floatformat in django/template/defaultfilters.py,
       tests/template_tests/filter_tests/test_floatformat.py.
     - CVE-2024-41989
   * SECURITY UPDATE: DoS vulnerability in django.utils.html.urlize()
     - debian/patches/CVE-2024-41990.patch: mitigate potential DoS in urlize
       and urlizetrunc template filters in django/utils/html.py,
       tests/utils_tests/test_html.py.
     - CVE-2024-41990
   * SECURITY UPDATE: DoS vulnerability in django.utils.html.urlize() and
     AdminURLFieldWidget
     - debian/patches/CVE-2024-41991.patch: prevented potential ReDoS
       in django/contrib/admin/widgets.py, django/utils/html.py,
       tests/admin_widgets/tests.py, tests/utils_tests/test_html.py.
     - CVE-2024-41991
   * SECURITY UPDATE: SQL injection in QuerySet.values() and values_list()
     - debian/patches/CVE-2024-42005.patch: mitigate QuerySet.values() SQL
       injection attacks against JSON fields in
       django/db/models/sql/query.py, tests/expressions/models.py,
       tests/expressions/test_queryset_values.py.
     - CVE-2024-42005 
 -- Marc Deslauriers <email address hidden>  Wed, 31 Jul 2024 07:17:18 -0400 
         | 
    
    
    
    
        
        
        
            About
              -  
            Send Feedback to @ubuntu_updates