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.

You can and should automate security testing. Good test automation saves time and, if done well, increases the number of vulnerabilities identified.

However, SAST and other types of Python security testing still require human expertise.

It is highly recommended always to perform a SAST scan on Python code before using it. However, running a SAST scan on Python code does not constitute a complete security assessment. A comprehensive security assessment of Python code should also include:

The primary advantage of SAST for Python is automation.

human-in-the-loop