ubuntu/+source/python-django:applied/debian/squeeze

Last commit made on 2014-07-19
Get this branch:
git clone -b applied/debian/squeeze https://git.launchpad.net/ubuntu/+source/python-django
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/debian/squeeze
Repository:
lp:ubuntu/+source/python-django

Recent commits

a74f232... by Salvatore Bonaccorso

1.2.3-3+squeeze10 (patches applied)

Imported using git-ubuntu import.

acb79b3... by Salvatore Bonaccorso

Malformed URLs from user input incorrectly validated (CVE-2014-3730)

Gbp-Pq: CVE-2014-3730.patch.

d9fb120... by Salvatore Bonaccorso

Caches may be allowed to store and serve private data (CVE-2014-1418)

Gbp-Pq: CVE-2014-1418.patch.

0db3e9e... by Salvatore Bonaccorso

Fixed queries that may return unexpected results on MySQL due to typecasting.

Gbp-Pq: CVE-2014-0474.patch.

35063bc... by Salvatore Bonaccorso

Prevent leaking the CSRF token through caching.

Gbp-Pq: CVE-2014-0473.patch.

b06466a... by Salvatore Bonaccorso

Restored the ability to reverse views created using functools.partial

Gbp-Pq: CVE-2014-0472-regression.patch.

727cf2b... by Salvatore Bonaccorso

fix unexpected code execution using reverse()

Gbp-Pq: CVE-2014-0472.patch.

e4ced34... by Salvatore Bonaccorso

Ensure that passwords are never long enough for a DoS.

Gbp-Pq: password-dos.diff.

1e4e634... by Salvatore Bonaccorso

directory traversal with ``ssi`` template tag

Gbp-Pq: ssi-tag-1.2.diff.

c0f79c9... by Salvatore Bonaccorso

Possible XSS via ``is_safe_url``

Gbp-Pq: 26_is_safe_url-1.4.diff.