本文档仅供学习和研究使用,请勿使用文中的技术源码用于非法用途,任何人造成的任何负面影响,与本人无关.
相关工具
- Bandit is a tool designed to find common security issues in Python code.
相关资源
描述
部分功能点开发者会采用 print
或者 logging
来输出调试日志。在实际生产环境中需要清除,特别是关键处的错误异常输出。对没必要的异常显示,需要做异常处理显示或者禁止异常输出。
通用关键词
APIkey/密钥信息通用关键词
审计函数
相关工具
审计函数
相关文章
https://github.com/MisakiKata/python_code_audit/blob/master/SSRF.md
审计函数
相关文章
https://github.com/MisakiKata/python_code_audit/blob/master/%E5%8F%8D%E5%BA%8F%E5%88%97%E5%8C%96.md
- Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.