Skip to content

Commit 13dfcbd

Browse files
committed
fix
1 parent 65b95be commit 13dfcbd

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

fundamentals/whatissast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The primary advantage of SAST for Python is automation. SAST tools automatically
2323

2424
* **Limitation**: No single tool, even one powered by AI, can definitively know the exact environment or business context in which the Python code runs. Therefore, fully automating the fix process is generally undesirable. While AI can suggest and even generate fixes, only a human developer or security professional can accurately weigh the development costs against the actual security risks and confirm that the change won't introduce new functional bugs or operational failures.
2525

26-
![Overview of SAST testing for Python](https://nocomplexity.com/wp-content/uploads/2025/10/Python_SAST.png)
26+
![Overview of SAST testing for Python](../images/python_sast.png)
2727

2828
:::{important}
2929
SAST validation is crucial — but it is only part of the picture.

images/python_sast.png

93.7 KB
Loading

0 commit comments

Comments
 (0)