14
0

- Update to 0.0.19 (bsc#1234115, CVE-2024-53981):

* Don't warn when CRLF is found after last boundary #193
- 0.0.18:
  * Hard break if found data after last boundary on MultipartParser #189

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-multipart?expand=0&rev=18
This commit is contained in:
2024-12-04 10:15:01 +00:00
committed by Git OBS Bridge
parent 11eec642e4
commit 2e05a2b374
4 changed files with 13 additions and 5 deletions

View File

@@ -18,11 +18,11 @@
%{?sle15_python_module_pythons}
Name: python-python-multipart
Version: 0.0.17
Version: 0.0.19
Release: 0
License: Apache-2.0
Summary: Python streaming multipart parser
URL: http://github.com/andrew-d/python-multipart
URL: http://github.com/Kludex/python-multipart
Source: https://files.pythonhosted.org/packages/source/p/python-multipart/python_multipart-%{version}.tar.gz
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}