tensorflow / data-validation

Library for exploring and validating machine learning data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The potential security vulnerability on the joblib library

abdel91 opened this issue · comments

commented

The package joblib from version 0 and before 1.2.0 are vulnerable to Arbitrary Code Execution via the pre_dispatch flag in Parallel() class due to the eval() statement.

My PR:
https://github.com/tensorflow/data-validation/pull/225

More infos:
joblib/joblib#1128

@abdel91, Thank you for the contribution. Once reviewed, the PR will be merged.

hello,
any news on this? we would love to use the library but blocked waiting for this fix to go through.