Python 代码安全分析工具 Bandit
- 授权协议: Apache 2.0
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/openstack/bandit
- 软件文档: https://wiki.openstack.org/wiki/Security/Projects/Bandit
软件介绍
Bandit 是一款 Python 源码分析框架,可用于 Python 代码的安全性分析。Bandit 使用标准库中的 AST 模块,将 Python 源码解析成 Python 语法节点构成的树。Bandit 允许用户编写自定义的测试。测试完成后,Bandit 会生成针对源码的安全报告。
Ruby Cookbook
Lucas Carlson、Leonard Richardson / O'Reilly Media / 2006-7-29 / USD 49.99
Do you want to push Ruby to its limits? The "Ruby Cookbook" is the most comprehensive problem-solving guide to today's hottest programming language. It gives you hundreds of solutions to real-world pr......一起来看看 《Ruby Cookbook》 这本书的介绍吧!
