Open junxnone opened 5 years ago
pip3 install bandit
bandit -r /path/to/your/code
-lll 只显示高危问题
-lll
bandit -c config -r /path/to/your/code
bandit-config-generator 可用于产生配置文件 config file in YAML format
bandit -r /path/to/your/code -f json -o baseline.json
bandit -r /path/to/your/code -b baseline.json
junxnone/examples#184
bandit 代码安全分析
Install
Scan
使用配置文件
指定 baseline 文件
Reference