Пакет python3-module-django: Информация

    Бинарный пакет: python3-module-django
    Версия: 1.11.23-alt1
    Архитектура: noarch
    Собран:  5 августа 2019 г. 20:32 в задании #235518
    Исходный пакет: python-module-django
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.djangoproject.com/

    Лицензия: BSD
    О пакете: A high-level Python 3 Web framework that encourages rapid development and clean, pragmatic design.
    Описание: 
    A high-level Python 3 Web framework that encourages rapid development and clean, pragmatic design.

    Сопровождающий: Alexey Shabalin


    Последнее изменение


    5 августа 2019 г. Alexey Shabalin 1.11.23-alt1
    - 1.11.23
    - Fixes for the following security vulnerabilities:
      + CVE-2019-14232 Adjusted regex to avoid backtracking issues when truncating HTML
      + CVE-2019-14233 Prevented excessive HTMLParser recursion in strip_tags() when handling incomplete HTML entities
      + CVE-2019-14234 Protected JSONField/HStoreField key and index lookups against SQL injection
      + CVE-2019-14235 Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri()
    16 июля 2019 г. Alexey Shabalin 1.11.22-alt2
    - revert rename package to python-module-django1.11
    15 июля 2019 г. Alexey Shabalin 1.11.22-alt1
    - 1.11.22
    - rename package to python-module-django1.11
    - Fixes for the following security vulnerabilities:
      + CVE-2019-12781 Incorrect HTTP detection with reverse-proxy connecting via HTTPS
      + CVE-2019-12308 AdminURLFieldWidget XSS
      + CVE-2019-6975 Memory exhaustion in django.utils.numberformat.format()
      + CVE-2019-3498 Content spoofing possibility in the default 404 page