1
0
forked from pool/python-Django

Accepting request 1065702 from home:aplanas:branches:devel:languages:python:django

- Update to 4.1.7:
  + CVE-2023-24580: Potential denial-of-service vulnerability in file
    uploads (bsc#1208082)
  + Fixed a bug in Django 4.1 that caused a crash of model validation
    on ValidationError with no code

OBS-URL: https://build.opensuse.org/request/show/1065702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=127
This commit is contained in:
2023-02-14 10:19:37 +00:00
committed by Git OBS Bridge
parent 5b99a6375d
commit ce36eaf1af
7 changed files with 238 additions and 189 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 14 09:59:42 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 4.1.7:
+ CVE-2023-24580: Potential denial-of-service vulnerability in file
uploads (bsc#1208082)
+ Fixed a bug in Django 4.1 that caused a crash of model validation
on ValidationError with no code
-------------------------------------------------------------------
Wed Feb 1 12:48:49 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>