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

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 4 10:08:03 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- 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
-------------------------------------------------------------------
Wed Nov 6 14:13:57 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>