- Add CVE-2022-42919-loc-priv-mulitproc-forksrv.patch to avoid

CVE-2022-42919 (bsc#1204886) avoiding Linux specific local
  privilege escalation via the multiprocessing forkserver start
  method.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=122
This commit is contained in:
2022-11-03 21:36:18 +00:00
committed by Git OBS Bridge
parent d6d31d7ca3
commit ea87139f16
3 changed files with 71 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Nov 3 21:35:28 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add CVE-2022-42919-loc-priv-mulitproc-forksrv.patch to avoid
CVE-2022-42919 (bsc#1204886) avoiding Linux specific local
privilege escalation via the multiprocessing forkserver start
method.
-------------------------------------------------------------------
Fri Oct 21 10:14:03 UTC 2022 - Matej Cepl <mcepl@suse.com>