Fickling v0.1.0
What's Changed
- Remove
fickling.fickle.Pickled.check_safety()
in favor offickling.analysis.check_safety()
- Restore
fickling.pickle
with deprecation warning for legacy - Introduce the polyglot module with tests and examples
- Refactor, refine, and add tests to the PyTorch module
- Add an import hook, global function hook, and context manager for malicious file detection integrations
- Refactor and add a JSON output format to the modular analysis API for usability
- Update README and examples with new features
- Include more injection methods and techniques
- Add support for OBJ, BINSTRING, and POP_MARK opcodes
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
- Bump actions/setup-python from 4 to 5
- Bump sigstore/gh-action-sigstore-python from 2.1.0 to 2.1.1
- Bump actions/upload-artifact from 3 to 4
- Bump actions/download-artifact from 3 to 4
Full Changelog: v0.0.8...v0.1.0