GLOSSARY TERM
What is Static Application Security Testing?
A testing methodology that analyzes source code to find security vulnerabilities.
Static Application Security Testing is a white-box testing method that examines the application from the inside out, scanning source code, bytecode, or binaries without executing the program.
Implement SAST
Identify vulnerabilities in your source code.