diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2012-08-01 03:04:51 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2012-08-01 03:04:51 +0800 |
commit | 65019534414f09eb0d24a09c5c2a55a7a32a6ddf (patch) | |
tree | 33707f90e350dbe93977086d78bf8dfc97ccdde6 /security | |
parent | 8d10a38b471cae0d801f75903f69eb374ce4dba9 (diff) | |
download | freebsd-ports-gnome-65019534414f09eb0d24a09c5c2a55a7a32a6ddf.tar.gz freebsd-ports-gnome-65019534414f09eb0d24a09c5c2a55a7a32a6ddf.tar.zst freebsd-ports-gnome-65019534414f09eb0d24a09c5c2a55a7a32a6ddf.zip |
- Document django -- multiple vulnerabilities
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9bbe1f318e33..eb35660b678e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,46 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f01292a0-db3c-11e1-a84b-00e0814cab4e"> + <topic>django -- multiple vulnerabilities</topic> + <affects> + <package> + <name>py26-django</name> + <name>py27-django</name> + <range><ge>1.4</ge><lt>1.4.1</lt></range> + <range><ge>1.3</ge><lt>1.3.2</lt></range> + </package> + <package> + <name>py26-django-devel</name> + <name>py27-django-devel</name> + <range><lt>20120731,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Django project reports:</p> + <blockquote cite="https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/"> + <p>Today the Django team is issuing multiple releases -- + Django 1.3.2 and Django 1.4.1 -- to remedy security issues + reported to us:</p> + <ul> + <li>Cross-site scripting in authentication views</li> + <li>Denial-of-service in image validation</li> + <li>Denial-of-service via get_image_dimensions()</li> + </ul> + <p>All users are encouraged to upgrade Django immediately.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/</url> + </references> + <dates> + <discovery>2012-07-30</discovery> + <entry>2012-07-31</entry> + </dates> + </vuln> + <vuln vid="58253655-d82c-11e1-907c-20cf30e32f6d"> <topic>bugzilla -- multiple vulnerabilities</topic> <affects> |