Django is a Python-based web framework.
Multiple vulnerabilities have been discovered in Django. Please review the CVE identifiers referenced below for details.
A remote attacker could execute code with the privileges of the process, modify SQL queries, or disclose sensitive information.
There is no known workaround at this time.
All Django 1.6 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/django-1.6.5"
All Django 1.5 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/django-1.5.8"
All Django 1.4 users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/django-1.4.13"