From owner-svn-ports-all@FreeBSD.ORG Tue Jul 31 19:04:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813D4106566B; Tue, 31 Jul 2012 19:04:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 51B4B8FC14; Tue, 31 Jul 2012 19:04:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6VJ4qkO061062; Tue, 31 Jul 2012 19:04:52 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6VJ4p2g061059; Tue, 31 Jul 2012 19:04:51 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201207311904.q6VJ4p2g061059@svn.freebsd.org> From: Li-Wen Hsu Date: Tue, 31 Jul 2012 19:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301808 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 19:04:52 -0000 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 --> + + django -- multiple vulnerabilities + + + py26-django + py27-django + 1.41.4.1 + 1.31.3.2 + + + py26-django-devel + py27-django-devel + 20120731,1 + + + + +

The Django project reports:

+
+

Today the Django team is issuing multiple releases -- + Django 1.3.2 and Django 1.4.1 -- to remedy security issues + reported to us:

+
    +
  • Cross-site scripting in authentication views
  • +
  • Denial-of-service in image validation
  • +
  • Denial-of-service via get_image_dimensions()
  • +
+

All users are encouraged to upgrade Django immediately.

+
+ +
+ + https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/ + + + 2012-07-30 + 2012-07-31 + +
+ bugzilla -- multiple vulnerabilities