exec
execfile
eval
os.system
os.popen
commands.getstatusoutput
commands.getoutput
commands.getstatus
subprocess
paramikopip3 install safety
# 扫描整个环境
safety check
#仅检查当前项目的依赖项
safety check -r requirements.txt
# 检查某一个依赖项
echo "insecure-package==0.1" | safety check --stdinpycurl
urllib
urllib3
requestsmarshal
PyYAML
pickle
cpickle
shelve
PIL