Skip to content

Releases: mmaitre314/picklescan

v0.0.11

27 Jul 20:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

16 Jul 22:33
Compare
Choose a tag to compare

What's Changed

  • feat(scanner): support *PUT instructions by @McPatate in #16

Full Changelog: v0.0.9...v0.0.10

v0.0.9

25 Apr 14:29
41a70a5
Compare
Choose a tag to compare

What's Changed

  • feat(scanner): add support for .npy files by @McPatate in #11

Full Changelog: v0.0.8...v0.0.9

Add support for memoized values

26 Feb 20:52
c3b8f19
Compare
Choose a tag to compare

What's Changed

  • feat(scanner): support memoized values by @McPatate in #10

Full Changelog: v0.0.7...v0.0.8

Bug fix

13 Dec 22:11
bdf0a07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

Bug fix

12 Dec 15:39
3f8cc9c
Compare
Choose a tag to compare

What's Changed

  • Fix a bug comparing bytes and str objects (always false). by @mebelz in #8

New Contributors

  • @mebelz made their first contribution in #8

Full Changelog: v0.0.5...v0.0.6

Performance and reliability improvements

08 Nov 01:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

Add .dat extension

17 Oct 21:31
Compare
Choose a tag to compare
v0.0.4

Bump version to 0.0.4

Add support for PyTorch old format

06 Oct 15:55
Compare
Choose a tag to compare
  • Add support for PyTorch old format
  • Add command-line option to list globals

Contributed by: @McPatate

v0.0.2

06 Sep 07:16
Compare
Choose a tag to compare
  • Detect more suspicious globals
  • Handle files with multiple Pickle buffers (PyTorch old format)