~ubuntu-branches/ubuntu/lucid/python-django/lucid-security

Viewing all changes in revision 35.

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-09-20 09:33:23 UTC
  • Revision ID: package-import@ubuntu.com-20130920093323-k1y1m1bflmis6gis
Tags: 1.1.1-2ubuntu1.9
* SECURITY UPDATE: denial of service via long passwords (LP: #1225784)
  - debian/patches/CVE-2013-1443.patch: enforce a maximum password length
    in django/contrib/auth/forms.py, django/contrib/auth/models.py,
    django/contrib/auth/tests/basic.py.
  - CVE-2013-1443
* SECURITY UPDATE: directory traversal with ssi template tag
  - debian/patches/CVE-2013-4315.patch: properly check absolute path in
    django/template/defaulttags.py,
    tests/regressiontests/templates/tests.py,
    tests/regressiontests/templates/templates/*.
  - CVE-2013-4315
* SECURITY UPDATE: possible XSS via is_safe_url
  - debian/patches/security-is_safe_url.patch: properly reject URLs which
    specify a scheme other then HTTP or HTTPS.
  - https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued/
  - No CVE number

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: