chore(deps): update dependency joblib to v1 [security]#161
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency joblib to v1 [security]#161renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
88417e8 to
a086d40
Compare
a086d40 to
448a696
Compare
448a696 to
ecfebbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.16.0→==1.2.0GitHub Vulnerability Alerts
CVE-2022-21797
The package joblib from 0 and before 1.2.0 is vulnerable to Arbitrary Code Execution via the
pre_dispatchflag inParallel()class due to theeval()statement.Release Notes
joblib/joblib (joblib)
v1.2.0Compare Source
Fix a security issue where
eval(pre_dispatch)could potentially runarbitrary code. Now only basic numerics are supported.
#1327
Make sure that joblib works even when multiprocessing is not available,
for instance with Pyodide
#1256
Avoid unnecessary warnings when workers and main process delete
the temporary memmap folder contents concurrently.
#1263
Fix memory alignment bug for pickles containing numpy arrays.
This is especially important when loading the pickle with
mmap_mode != Noneas the resultingnumpy.memmapobjectwould not be able to correct the misalignment without performing
a memory copy.
This bug would cause invalid computation and segmentation faults
with native code that would directly access the underlying data
buffer of a numpy array, for instance C/C++/Cython code compiled
with older GCC versions or some old OpenBLAS written in platform
specific assembly.
#1254
Vendor cloudpickle 2.2.0 which adds support for PyPy 3.8+.
Vendor loky 3.3.0 which fixes several bugs including:
robustly forcibly terminating worker processes in case of a crash
(#1269);
avoiding leaking worker processes in case of nested loky parallel
calls;
reliability spawn the correct number of reusable workers.
v1.1.1Compare Source
eval(pre_dispatch)could potentially runarbitrary code. Now only basic numerics are supported.
#1327
v1.1.0Compare Source
Fix byte order inconsistency issue during deserialization using joblib.load
in cross-endian environment: the numpy arrays are now always loaded to
use the system byte order, independently of the byte order of the system
that serialized the pickle.
#1181
Fix joblib.Memory bug with the
ignoreparameter when the cached functionis a decorated function.
#1165
Fix
joblib.Memoryto properly handle caching for functions definedinteractively in a IPython session or in Jupyter notebook cell.
#1214
Update vendored loky (from version 2.9 to 3.0) and cloudpickle (from
version 1.6 to 2.0)
#1218
v1.0.1Compare Source
Add check_call_in_cache method to check cache without calling function.
#820
dask: avoid redundant scattering of large arguments to make a more
efficient use of the network resources and avoid crashing dask with
"OSError: [Errno 55] No buffer space available"
or "ConnectionResetError: [Errno 104] connection reset by peer".
#1133
v1.0.0Compare Source
Make
joblib.hashandjoblib.Memorycaching system compatible with `numpyRemove deprecated
check_pickleargument indelayed.#903
v0.17.0Compare Source
Fix a spurious invalidation of
Memory.cache'd functions called withParallelunder Jupyter or IPython.#1093
Bump vendored loky to 2.9.0 and cloudpickle to 1.6.0. In particular
this fixes a problem to add compat for Python 3.9.
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.