Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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 codeaudit

Once the installation is complete, you can begin scanning Python Packages immediately.