14
0
forked from pool/python-joblib

- 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
This commit is contained in:
2022-10-12 09:49:46 +00:00
committed by Git OBS Bridge
parent 027cdc94e6
commit bfcfcbcb12

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Oct 11 13:20:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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