Katalog Plus
Bibliothek der Frankfurt UAS
Bald neuer Katalog: sichern Sie sich schon vorab Ihre persönlichen Merklisten im Nutzerkonto: Anleitung.
Dieses Ergebnis aus BASE kann Gästen nicht angezeigt werden.  Login für vollen Zugriff.

pypickle is for saving and loading files in pickle format.

Title: pypickle is for saving and loading files in pickle format.
Authors: Taskesen, Erdogan
Publisher Information: Zenodo
Publication Year: 2025
Collection: Zenodo
Subject Terms: pickle; load; save; python
Description: This is a large update where many security mechanisms are incorporated in the loading and saving of pickle files. Updating to this version can break your pipeline! It is recommended to first look at the changes in saving and loading over here and here. Overall, save and load still work in the same manner, but with restrictions. The new updates are as following: Save Home and Temp directories are safe locations to save your pickle file and are allowed by default To save outside the home and temp directory, you need to set the parameter: allow_external=True It is not allowed to save in system-critical paths. See here for more information. The extension of the pickle file must be one of these: .pkl, .pickle, .pklz, .pbz2 Path traversal detection is implemented to detect and block path traversal attempts More logging for saving Load Loading pickle files now contains a validation step that checks for high-risk modules before loading. See here for the list. To load risky modules, it must be explicitly added via the validate parameter or disable the validation using validate=False (not recommended). Before loading pickle files, the modules stored in the pickle file can be checked using the validate_modules function without loading them. See here for more details. General fixes Code refactoring Code cleaning Updating docstrings This update will solve issues #2 #3 ; If you use this software, please cite it using these metadata.
Document Type: software
Language: unknown
Relation: https://github.com/erdogant/pypickle/tree/2.0.0; https://zenodo.org/records/15459803; oai:zenodo.org:15459803; https://doi.org/10.5281/zenodo.15459803
DOI: 10.5281/zenodo.15459803
Availability: https://doi.org/10.5281/zenodo.15459803; https://zenodo.org/records/15459803
Rights: MIT License ; mit ; https://opensource.org/licenses/MIT
Accession Number: edsbas.BE87221D
Database: BASE