For this course we use the best FOSS (Free and Open Source) SAST Tool for Python available, Python Code Audit. Python Code Audit is a zero-configuration SAST tool that validates whether your Python code introduces potential security vulnerabilities.
Python Code Audit is compatible with both Unix-based systems (Linux/macOS) and Windows.
To install Python Code Audit, run the following command in your terminal or command prompt:
pip install -U codeauditOnce the installation is complete, you can begin scanning Python Packages immediately.
