autogluon / tabrepo

Apache License 2.0
27 stars 7 forks source link

hash pickle for safety #36

Closed geoalgo closed 8 months ago

geoalgo commented 9 months ago

Unpickling without check is unsafe, we should compute a hash for every pickle and only load them when the match is correct.