Understanding SAST and SCA
* SAST (Static Application Security Testing): This technique analyzes source code, bytecode, or binary code for vulnerabilities without executing the application. It is useful for detecting security issues such as injection flaws, insecure coding practices, and hardcoded credentials.
* SCA (Software Composition Analysis): SCA scans third-party dependencies and