What is the difference between SAST and SCA?
SAST (Static Application Security Testing) analyzes source code for security weaknesses. SCA (Software Composition Analysis) identifies open-source dependencies and their known vulnerabilities. SAST looks at custom code; SCA looks at third-party code.