Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2012 19:04:51 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301808 - head/security/vuxml
Message-ID:  <201207311904.q6VJ4p2g061059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Jul 31 19:04:51 2012
New Revision: 301808
URL: http://svn.freebsd.org/changeset/ports/301808

Log:
  - Document django -- multiple vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul 31 18:49:18 2012	(r301807)
+++ head/security/vuxml/vuln.xml	Tue Jul 31 19:04:51 2012	(r301808)
@@ -52,6 +52,46 @@ Note:  Please add new entries to the beg
 
 -->
 <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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207311904.q6VJ4p2g061059>