Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › Software Composition Analysis (SCA) focuses on

Software Composition Analysis (SCA) focuses on

AUser interface conformance to design
BVulnerabilities in third party dependencies
CStyle violations in your own source code
DPerformance under sustained heavy load
Answer & Solution
Correct answer: B. Vulnerabilities in third party dependencies
SCA inventories open-source and third-party libraries and checks them against CVE databases (NVD, GitHub Advisory). Tools: Snyk, Dependabot, OWASP Dependency-Check. Critical given that most apps use many transitive dependencies.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions