You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fundamentals/whatissast.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The primary advantage of SAST for Python is automation. SAST tools automatically
23
23
24
24
***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.
25
25
26
-

26
+

27
27
28
28
:::{important}
29
29
SAST validation is crucial — but it is only part of the picture.
0 commit comments