From bfcfcbcb1229881788560b97cb6f7f6f9532bc12d834c474a70ea8fad285e860 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 09:49:46 +0000 Subject: [PATCH] - Update to 1.2.0 (CVE-2022-21797, bsc#1204232) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=54 --- python-joblib.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-joblib.changes b/python-joblib.changes index d436537..c9cf0eb 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 (CVE-2022-21797) +- Update to 1.2.0 (CVE-2022-21797, bsc#1204232) * Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported. #1327