static application security testing
by wpadmin
February 12, 2023
« Back to Glossary Index
Static Application Security Testing: Static Application Security Testing (SAST) is a type of software testing that analyzes an application’s source code or binary code to identify potential security vulnerabilities. SAST is performed before the application is deployed and can help to identify issues such as buffer overflows, cross-site scripting, and SQL injection, among others.
« Back to Glossary Index