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

    Исходный пакет: python-module-django
    Версия: 1.11.29-alt2
    Собран:  12 апреля 2021 г. 19:13 в задании #266900
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.djangoproject.com/

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

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-django (noarch)
    python-module-django-dbbackend-mysql (noarch)
    python-module-django-dbbackend-psycopg2 (noarch)
    python-module-django-dbbackend-sqlite3 (noarch)
    python-module-django-doc (noarch)

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


      1. python-devel = 2.7
      2. rpm-build-python
      3. rpm-build-python >= 0.8
      4. python-module-setuptools
      5. python-module-six

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


    24 февраля 2021 г. Alexey Shabalin 1.11.29-alt2
    - rename package to python-module-django back
    12 апреля 2020 г. Alexey Shabalin 1.11.29-alt1
    - 1.11.29
    - build only for python2
    - merge tests package to main
    - enable tests
    - Fixes for the following security vulnerabilities:
      + CVE-2019-19844: Potential account hijack via password reset form
      + CVE-2020-7471: Potential SQL injection via StringAgg(delimiter)
      + CVE-2020-9402: Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle
    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()