PyCharm Python Security plugin¶
Pycharm-security is a plugin for PyCharm, or JetBrains IDEs with the Python plugin.
The plugin looks at your Python code for common security vulnerabilities and suggests fixes.
Contents:
Features¶
Package Scanner¶
This plugin will check the installed packages in your Python projects against an offline copy SafetyDB and raise a warning for any vulnerabilities.
This process is initiated at Project load time, also it can be executed via the Tools > Check Python Package Security menu item: