SHA256
1
0
forked from pool/python

- Add CVE-2015-20107-mailcap-unsafe-filenames.patch to avoid

CVE-2015-20107 (bsc#1198511, gh#python/cpython#68966), the
  command injection in the mailcap module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=326
This commit is contained in:
2022-06-09 16:47:44 +00:00
committed by Git OBS Bridge
parent cadbcd01cd
commit da24c1af97
7 changed files with 140 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 9 16:43:30 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add CVE-2015-20107-mailcap-unsafe-filenames.patch to avoid
CVE-2015-20107 (bsc#1198511, gh#python/cpython#68966), the
command injection in the mailcap module.
-------------------------------------------------------------------
Tue May 24 07:05:36 UTC 2022 - Martin Liška <mliska@suse.cz>
- Filter out executable-stack error that is triggered for i586
target.
-------------------------------------------------------------------
Sat Feb 26 12:41:42 UTC 2022 - Matej Cepl <mcepl@suse.com>