pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django3 py-django3: updated to 3.2.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8438a05d145
branches:  trunk
changeset: 385312:f8438a05d145
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 14 10:00:40 2022 +0000

description:
py-django3: updated to 3.2.15

Django 3.2.15 fixes a security issue with severity “high”

CVE-2022-36359: Potential reflected file download vulnerability in FileResponse¶

An application may have been vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename was derived from user-supplied input. 
The filename is now escaped to avoid this possibility.

diffstat:

 www/py-django3/Makefile |  4 ++--
 www/py-django3/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 75e5262a713e -r f8438a05d145 www/py-django3/Makefile
--- a/www/py-django3/Makefile   Wed Sep 14 09:35:11 2022 +0000
+++ b/www/py-django3/Makefile   Wed Sep 14 10:00:40 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/04/20 12:29:47 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/09/14 10:00:40 adam Exp $
 
-DISTNAME=      Django-3.2.13
+DISTNAME=      Django-3.2.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 75e5262a713e -r f8438a05d145 www/py-django3/distinfo
--- a/www/py-django3/distinfo   Wed Sep 14 09:35:11 2022 +0000
+++ b/www/py-django3/distinfo   Wed Sep 14 10:00:40 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2022/04/20 12:29:47 adam Exp $
+$NetBSD: distinfo,v 1.28 2022/09/14 10:00:40 adam Exp $
 
-BLAKE2s (Django-3.2.13.tar.gz) = 2546c0988f02e41038b6f14f0ee23300cde9c70faaccd87df25df136becb144b
-SHA512 (Django-3.2.13.tar.gz) = 08f056b18bc04b95d6705cf70c2ecc5be0c1324e0b38582991b907ed5977c4e3d35417ccf4ec06c2436a718e3aae007b015f0d40dd94ce5cfb129a54cceb6578
-Size (Django-3.2.13.tar.gz) = 9813985 bytes
+BLAKE2s (Django-3.2.15.tar.gz) = 5483fa2df47bc46f815334c8bd669047f2e4f7973893520c468494c17693ae12
+SHA512 (Django-3.2.15.tar.gz) = fccdad52d39c8757972d5e987b94b13d8ce5ce08ad480ef79407b0d9b88cff69336770409cbe18ce9529bf10966ad63105a0b0f1ffe39b681a41be3718ec886b
+Size (Django-3.2.15.tar.gz) = 9833828 bytes


Home | Main Index | Thread Index | Old Index