fickling icon indicating copy to clipboard operation
fickling copied to clipboard

Improved polyglot to do recursive checks, and detect numpy

Open coldwaterq opened this issue 1 year ago • 1 comments
trafficstars

  • Updated check_pickle
    • general results are unchanged, however now min_length can be used to avoid detecting tar files that often start with . as pickles.
  • added checks for numpy and numpy pickles into find_file_properties
  • added find_file_properties_recursively which checks the contents of tar and zip files

All of this should allow for the detection of more pickles in non-standard formats

coldwaterq avatar Apr 30 '24 19:04 coldwaterq

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 30 '24 19:04 CLAassistant

Updated so that it should pass the lints and tests now. Can you re-run those checks?

coldwaterq avatar May 15 '24 16:05 coldwaterq

LGTM!

suhacker1 avatar Jun 23 '24 03:06 suhacker1