Python Security
This ruleset is focused on analyzing code and finding any security issues in your code. It covers the OWASP10 and the SANS25 errors.
It inspects Python code and finds security and vulnerabilities issues such as:
- Use of bad encryption and hashing protocols
- Lack of access control
- Security misconfiguration
- SQL injections
- Hardcoded credentials
- Shell injection
- Unsafe deserialization