Source: python-django-debreach
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders:
 Corey Bryant <corey.bryant@canonical.com>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-django,
Standards-Version: 4.2.1
Vcs-Browser: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-django-debreach
Vcs-Git: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-django-debreach
Homepage: https://pypi.python.org/pypi/django_debreach/

Package: python3-django-debreach
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Protection against the BREACH attack in Django - Python 3
 Basic/extra mitigation against the `BREACH attack <http://breachattack.com/>`_ 
 for Django projects. 
 .
 When combined with rate limiting in your web-server, or by using something
 like `django-ratelimit <http://django-ratelimit.readthedocs.org/>`_, the 
 techniques here should provide at least some protection against the BREACH 
 attack.
 .
 This package contains the Python 3 module.
