Skip to content

Commit 1e8d324

Browse files
committed
fix
1 parent 13dfcbd commit 1e8d324

1 file 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
@@ -11,7 +11,7 @@ Static security testing, also known as Static Application Security Testing (SAST
1111

1212
For Python applications, specific Python SAST tools perform an in-depth, automated review of the source code to detect security weaknesses and potential vulnerabilities early in the development lifecycle.
1313

14-
SAST testing is a "white-box" testing approach because it analyzes the application's internal structure, typically by examining the code directly. Dynamic application testing is more complex and often only sensible within the target context where an application will run! For dynamic application testing so called fuzzers are used.
14+
SAST testing is a "white-box" testing approach because it analyzes the application's internal structure, typically by examining the code directly. Dynamic application testing is more complex and often only sensible within the target context where an application will run! For dynamic application testing so called fuzzers are used.
1515

1616
## How SAST works on Python Code
1717

0 commit comments

Comments
 (0)