Skip to content

Fickling v0.1.0

Compare
Choose a tag to compare
@suhacker1 suhacker1 released this 26 Jan 21:10
· 51 commits to master since this release
03c3185

What's Changed

  • Remove fickling.fickle.Pickled.check_safety() in favor of fickling.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