Courseiva
mediumMultiple ChoiceObjective-mapped

CRISC Practice Question: A new web application is being developed using…

A new web application is being developed using several open-source libraries. Which risk identification method is most effective for identifying vulnerabilities in these libraries?

⚠ Common exam trap

Watch out — candidates often confuse SAST (which finds code-level bugs) with SCA (which finds library vulnerabilities), assuming any security testing tool can identify open-source risks, but only SCA is designed to inventory and assess third-party components against known CVEs.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Software composition analysis (SCA)

Software Composition Analysis (SCA) is specifically designed to identify known vulnerabilities in open-source libraries by analyzing dependency manifests (e.g., pom.xml, package.json) and correlating them against vulnerability databases like the National Vulnerability Database (NVD). For a web application built with multiple open-source components, SCA automates the detection of outdated or vulnerable libraries, which is the most effective method for this risk identification scenario.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Static application security testing (SAST)

    Why it's wrong here

    SAST analyzes source code for flaws but is not optimized for detecting known vulnerabilities in libraries.

  • Software composition analysis (SCA)

    Why this is correct

    SCA scans dependencies and matches them against vulnerability databases, ideal for open-source risk identification.

  • Dynamic application security testing (DAST)

    Why it's wrong here

    DAST tests running applications but may not cover all library vulnerabilities.

  • Manual code review

    Why it's wrong here

    Manual review is resource-intensive and may not systematically identify library vulnerabilities.

About these practice questions

One of 983 original CRISC practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CRISC practice question is part of Courseiva's free ISACA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CRISC exam.