python-django 3:3.2.15-1ubuntu1 source package in Ubuntu

Changelog

python-django (3:3.2.15-1ubuntu1) kinetic; urgency=medium

  * SECURITY UPDATE: Potential DoS vulnerability in internationalized URLs
    - debian/patches/CVE-2022-41323.patch: Prevented locales being
      interpreted as regular expressions in django/urls/resolvers.py,
      tests/i18n/patterns/tests.py.
    - CVE-2022-41323

 -- Marc Deslauriers <email address hidden>  Wed, 05 Oct 2022 08:08:25 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django_3.2.15.orig.tar.gz 9.4 MiB f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b
python-django_3.2.15-1ubuntu1.debian.tar.xz 36.4 KiB b9228514f1e841ea654d0da8928fcf3d674765ac2860cb9968a92afc90562bec
python-django_3.2.15-1ubuntu1.dsc 2.8 KiB f58df5fc0ad091caace48cdaa5d7223c411d262bea07706c4bfc538392a03555

View changes file

Binary packages built by this source

python-django-doc: No summary available for python-django-doc in ubuntu kinetic.

No description available for python-django-doc in ubuntu kinetic.

python3-django: High-level Python web development framework

 Django is a high-level web application framework that loosely follows the
 model-view-controller design pattern.
 .
 Python's equivalent to Ruby on Rails, Django lets you build complex
 data-driven websites quickly and easily - Django focuses on automating as much
 as possible and adhering to the "Don't Repeat Yourself" (DRY) principle.
 .
 Django additionally emphasizes reusability and "pluggability" of components;
 many generic third-party "applications" are available to enhance projects or
 to simply to reduce development time even further.
 .
 Notable features include:
  * An object-relational mapper (ORM)
  * Automatic admin interface
  * Elegant URL dispatcher
  * Form serialization and validation system
  * Templating system
  * Lightweight, standalone web server for development and testing
  * Internationalization support
  * Testing framework and client