Static Application Security Testing (SAST)
Static Application Security Testing (SAST) is a security testing technique used to identify vulnerabilities and weaknesses in software applications at the code level. It is a type of white-box testing, where the tester has access to the source code and can analyze it for potential security issues. The purpose of SAST is to identify security…