From a4adf00dce5aee8fd78164799e327e7ca956a6efca4293fd9d48be92aa698baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 19 Mar 2020 07:25:28 +0000 Subject: [PATCH] * fixes boo#1165439 (cve-2020-1747) Prevents arbitrary code execution during python/object/new constructor OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=38 --- python-PyYAML.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 56260cd..8bdc0ce 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -2,7 +2,8 @@ Thu Mar 19 07:23:23 UTC 2020 - Ondřej Súkup - update to 5.3.1 - * Prevents arbitrary code execution during python/object/new constructor + * fixes boo#1165439 (cve-2020-1747) Prevents arbitrary code execution + during python/object/new constructor ------------------------------------------------------------------- Tue Jan 7 09:55:39 UTC 2020 - Ondřej Súkup