imagepy
imagepy copied to clipboard
eval and pickle are insecure and must NOT be used
@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.
Any progress?