Analyzes potential security flaws in your Python code and suggests fixes. Designed to find common security issues in Python code.
Reports on installed packages and any known security reports.
Also available for your CI/CD as a GitHub Action on the GitHub marketplace.
Features
- Over 40 builtin code checks giving your contextual security warnings in your code
- Misconfiguration warnings for Django and Flask web frameworks
- Cross-Site-Scripting detection for both Jinja2 and Mako templating engines
- SQL Injection detection in all Python string formats
- Automatic reporting of known vulnerabilities and CVEs in your installed Python Packages within PyCharm
- Detection of security flaws and misconfiguration in 3rd party libraries like Jinja2, Paramiko and Mako
- Can be used to scan large code bases with inspection profiles
- Configurable alert levels and warning suppression by file, line, or project
- Scan code in your CI/CD using Docker