From 027cdc94e6d051a3cbd472b401a291dbc8478686f3bc345500bba22bd639a64a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 09:23:51 +0000 Subject: [PATCH] - Update to 1.2.0 (CVE-2022-21797) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=53 --- python-joblib.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-joblib.changes b/python-joblib.changes index a364f97..d436537 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Oct 11 13:20:33 UTC 2022 - Ben Greiner -- Update to 1.2.0 +- Update to 1.2.0 (CVE-2022-21797) * Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported. #1327