Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.3k stars 333 forks source link

eval and pickle are insecure and must NOT be used #33

Open KOLANICH opened 5 years ago

yxdragon commented 5 years ago

@KOLANICH OK, I use eval just to parse the macros parameter, and use pickle to record some system config, I will use json.load instead.

KOLANICH commented 5 years ago

Any progress?