- Add CVE-2024-8088-inf-loop-zipfile_Path.patch to prevent

malformed payload to cause infinite loops in zipfile.Path
  (bsc#1229704, CVE-2024-8088).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=40
This commit is contained in:
2024-08-29 13:03:32 +00:00
committed by Git OBS Bridge
parent 6afb8e217a
commit fa823e120f
3 changed files with 158 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 28 16:54:34 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Add CVE-2024-8088-inf-loop-zipfile_Path.patch to prevent
malformed payload to cause infinite loops in zipfile.Path
(bsc#1229704, CVE-2024-8088).
-------------------------------------------------------------------
Thu Aug 8 11:04:23 UTC 2024 - Andreas Schwab <schwab@suse.de>