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