- Add CVE-2024-9287-venv_path_unquoted.patch to properly quote

path names provided when creating a virtual environment
  (bsc#1232241, CVE-2024-9287)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=61
This commit is contained in:
2024-10-25 14:01:31 +00:00
committed by Git OBS Bridge
parent 994d248383
commit 9fd773a946
3 changed files with 313 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 24 16:09:00 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
path names provided when creating a virtual environment
(bsc#1232241, CVE-2024-9287)
-------------------------------------------------------------------
Wed Oct 16 07:26:32 UTC 2024 - Matej Cepl <mcepl@cepl.eu>